forked from Silverfish/proton-bridge
Other: catalina build.
Other: fix intel build of bridge-gui.
This commit is contained in:
@ -71,7 +71,7 @@ check_exit "Failed to bootstrap vcpkg."
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
${VCPKG_EXE} install sentry-native:arm64-osx-min-11-0 grpc:arm64-osx-min-11-0 --overlay-triplets=vcpkg/triplets --clean-after-build
|
||||
check_exit "Failed installing gRPC for macOS / Apple Silicon"
|
||||
${VCPKG_EXE} install sentry-native:x64-osx-min-11-0 grpc:x64-osx-min-11-0 --overlay-triplets=vcpkg/triplets --clean-after-build
|
||||
${VCPKG_EXE} install sentry-native:x64-osx-min-10-15 grpc:x64-osx-min-10-15 --overlay-triplets=vcpkg/triplets --clean-after-build
|
||||
check_exit "Failed installing gRPC for macOS / Intel x64"
|
||||
elif [[ "$OSTYPE" == "linux"* ]]; then
|
||||
${VCPKG_EXE} install sentry-native:x64-linux grpc:x64-linux --clean-after-build
|
||||
|
||||
@ -4,4 +4,4 @@ set(VCPKG_LIBRARY_LINKAGE static)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
||||
set(VCPKG_OSX_ARCHITECTURES x86_64)
|
||||
set(VCPKG_OSX_DEPLOYMENT_TARGET "11.0")
|
||||
set(VCPKG_OSX_DEPLOYMENT_TARGET "10.15")
|
||||
Reference in New Issue
Block a user