|
|
@ -20,7 +20,7 @@ $(package)_archiver_$(host_os)=$($(package)_ar)
|
|
|
|
$(package)_toolset_darwin=darwin
|
|
|
|
$(package)_toolset_darwin=darwin
|
|
|
|
$(package)_archiver_darwin=$($(package)_libtool)
|
|
|
|
$(package)_archiver_darwin=$($(package)_libtool)
|
|
|
|
$(package)_config_libraries=chrono,filesystem,program_options,system,thread,test
|
|
|
|
$(package)_config_libraries=chrono,filesystem,program_options,system,thread,test
|
|
|
|
$(package)_cxxflags=-fvisibility=hidden
|
|
|
|
$(package)_cxxflags=-std=c++11 -fvisibility=hidden
|
|
|
|
$(package)_cxxflags_linux=-fPIC
|
|
|
|
$(package)_cxxflags_linux=-fPIC
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|