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
2929endef
3030
3131define $(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
3333endef
3434
3535define $(package)_config_cmds
You can’t perform that action at this time.
0 commit comments