mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:52:20 +08:00
245713079f
* [boost] fix boost context build on apple arm * add version files
15 lines
240 B
CMake
15 lines
240 B
CMake
|
|
if(@VCPKG_TARGET_IS_WINDOWS@)
|
|
list(APPEND B2_OPTIONS
|
|
abi=ms
|
|
binary-format=pe
|
|
)
|
|
endif()
|
|
|
|
if(@VCPKG_TARGET_IS_OSX@)
|
|
list(APPEND B2_OPTIONS
|
|
abi=sysv
|
|
binary-format=mach-o
|
|
)
|
|
endif()
|