mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
[scripts] Set VCPKG_TARGET_BUNDLE_SUFFIX to .app for iOS to allow for tools building more cleanly (#26612)
This commit is contained in:
parent
28098e75ae
commit
5ace90c530
@ -63,7 +63,7 @@ else()
|
||||
set(VCPKG_HOST_BUNDLE_SUFFIX "")
|
||||
endif()
|
||||
|
||||
if(VCPKG_TARGET_IS_OSX)
|
||||
if(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_IOS)
|
||||
set(VCPKG_TARGET_BUNDLE_SUFFIX ".app")
|
||||
else()
|
||||
set(VCPKG_TARGET_BUNDLE_SUFFIX "")
|
||||
|
Loading…
Reference in New Issue
Block a user