File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,14 @@ $(package)_toolset_$(host_os)=clang
22
22
else
23
23
$(package)_toolset_$(host_os) =gcc
24
24
endif
25
- $(package ) _archiver_$(host_os ) =$($(package ) _ar)
26
25
$(package ) _config_libraries=filesystem,system,thread,test
27
26
$(package ) _cxxflags=-std=c++11 -fvisibility=hidden
28
27
$(package ) _cxxflags_linux=-fPIC
29
28
$(package ) _cxxflags_android=-fPIC
30
29
endef
31
30
32
31
define $(package)_preprocess_cmds
33
- echo "using $($(package ) _toolset_$(host_os ) ) : : $($(package ) _cxx) : <cxxflags>\"$($(package ) _cxxflags) $($(package ) _cppflags) \" <linkflags>\"$($(package ) _ldflags) \" <archiver>\"$($(package ) _archiver_ $( host_os ) ) \" <striper>\"$(host_STRIP ) \" <ranlib>\"$(host_RANLIB ) \" <rc>\"$(host_WINDRES ) \" : ;" > user-config.jam
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
34
33
endef
35
34
36
35
define $(package)_config_cmds
You can’t perform that action at this time.
0 commit comments