File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3535
3636 add_configs (" shared" , {
3737 description = " Build shared library." ,
38- default = os.getenv ( " RT_XMAKE_LINK_TYPE " ) ~= " static " ,
38+ default = flase ,
3939 type = " boolean"
4040 })
4141
7777 table.insert (configs , " --enable-video-rtt-touch=no" )
7878 table.insert (configs , " --enable-video-rtt-fbdev=yes" )
7979
80- local buildenvs = import (" package.tools.autoconf" ).buildenvs (package , {ldflags = ldflags })
81- os .vrun (" ./autogen.sh" , {envs = buildenvs })
82- import (" package.tools.autoconf" ).configure (package , configs , {envs = buildenvs })
83- import (" package.tools.make" ).install (package , {}, {envs = buildenvs })
80+ import (" package.tools.autoconf" ).configure (package , configs )
81+ import (" package.tools.make" ).install (package )
8482
8583 end )
8684
You can’t perform that action at this time.
0 commit comments