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 @@ -32,7 +32,7 @@ $(package)_cxxflags_linux=-fPIC
3232endef
3333
3434define $(package)_preprocess_cmds
35- 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
35+ 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
3636endef
3737
3838define $(package)_config_cmds
You can’t perform that action at this time.
0 commit comments