File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $(package)_cxxflags_android=-fPIC
29
29
endef
30
30
31
31
define $(package)_preprocess_cmds
32
- echo "using $($(package ) _toolset_$(host_os ) ) : : $($(package ) _cxx) : <cxxflags>\"$($(package ) _cxxflags) $($(package ) _cppflags) \" <linkflags>\"$($(package ) _ldflags) \" <archiver>\"$($(package ) _ar) \" <striper>\"$(host_STRIP ) \" <ranlib>\"$(host_RANLIB ) \" <rc>\"$(host_WINDRES ) \" : ;" > user-config.jam
32
+ echo "using $($(package ) _toolset_$(host_os ) ) : : $($(package ) _cxx) : <cflags>\" $( $( package ) _cflags) \" < cxxflags>\"$($(package ) _cxxflags) \" <compileflags>\" $($(package ) _cppflags) \" <linkflags>\"$($(package ) _ldflags) \" <archiver>\"$($(package ) _ar) \" <striper>\"$(host_STRIP ) \" <ranlib>\"$(host_RANLIB ) \" <rc>\"$(host_WINDRES ) \" : ;" > user-config.jam
33
33
endef
34
34
35
35
define $(package)_config_cmds
You can’t perform that action at this time.
0 commit comments