diff options
| author | cyan <cyjan@mrcyjanek.net> | 2025-02-04 18:22:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 18:22:07 +0100 |
| commit | 9301097ff504525070cc0cb915fe2f1bb0670345 (patch) | |
| tree | 1cdf375c78db23bb330b5cee6a445fec2db0aea9 /contrib/depends/packages/boost.mk | |
| parent | 127c54599c612d7d3d226e4c016d5812e7a0966d (diff) | |
add support for ios simulator (#111)v0.18.3.4-RC10
* add support for ios simulator
* remove libmd.tbd dependency
Diffstat (limited to 'contrib/depends/packages/boost.mk')
| -rw-r--r-- | contrib/depends/packages/boost.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/depends/packages/boost.mk b/contrib/depends/packages/boost.mk index efbfdec..0836409 100644 --- a/contrib/depends/packages/boost.mk +++ b/contrib/depends/packages/boost.mk @@ -16,6 +16,7 @@ $(package)_config_opts_linux=threadapi=pthread runtime-link=static $(package)_config_opts_android=threadapi=pthread runtime-link=static target-os=android $(package)_config_opts_darwin=--toolset=darwin runtime-link=static $(package)_config_opts_ios=--toolset=darwin-$($(package)_ios_COMPILER_VERSION)~iphone runtime-link=static +$(package)_config_opts_iossimulator=--toolset=darwin-$($(package)_ios_COMPILER_VERSION)~iphone runtime-link=static $(package)_config_opts_mingw32=binary-format=pe target-os=windows threadapi=win32 runtime-link=static $(package)_config_opts_x86_64_mingw32=address-model=64 $(package)_config_opts_i686_mingw32=address-model=32 @@ -24,12 +25,15 @@ $(package)_toolset_$(host_os)=gcc $(package)_archiver_$(host_os)=$($(package)_ar) $(package)_archiver_darwin=$($(package)_libtool) $(package)_archiver_ios=$($(package)_libtool) +$(package)_archiver_iossimulator=$($(package)_libtool) $(package)_toolset_darwin=darwin $(package)_toolset_ios=darwin +$(package)_toolset_iossimulator=darwin $(package)_toolset_android=gcc $(package)_toolset_mingw32=gcc $(package)_toolset2_$(host_os)= $(package)_toolset2_ios=$($(package)_ios_COMPILER_VERSION)~iphone +$(package)_toolset2_iossimulator=$($(package)_ios_COMPILER_VERSION)~iphone $(package)_config_libraries=system,filesystem,thread,timer,date_time,chrono,regex,serialization,atomic,program_options,locale,log $(package)_cxxflags_linux=-fPIC $(package)_cxxflags_freebsd=-fPIC @@ -37,6 +41,7 @@ $(package)_cxxflags_android=-fPIC $(package)_cxxflags_darwin=-fPIC -std=c++11 $(package)_ldflags_darwin=-L$(host_prefix)/lib -L$(shell xcrun --sdk macosx --show-sdk-path)/usr/lib $(package)_ldflags_ios=-L$(host_prefix)/lib -L$(IOS_SDK)/usr/lib +$(package)_ldflags_iossimulator=-L$(host_prefix)/lib -L$(IOS_SDK)/usr/lib endef define $(package)_preprocess_cmds |
