Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #243 from intel/macosx_sdk
Browse files Browse the repository at this point in the history
mac: Update macOS SDK version
  • Loading branch information
coxuintel committed Nov 1, 2019
2 parents 4528e81 + eb0e39d commit 4471ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/darwin/intelhaxm.xcodeproj/project.pbxproj
Expand Up @@ -542,7 +542,7 @@
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-fstack-protector-strong"; OTHER_CFLAGS = "-fstack-protector-strong";
PREBINDING = NO; PREBINDING = NO;
SDKROOT = macosx10.10; SDKROOT = macosx10.12;
USE_HEADERMAPS = NO; USE_HEADERMAPS = NO;
}; };
name = Debug; name = Debug;
Expand All @@ -557,7 +557,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_CFLAGS = "-fstack-protector-strong"; OTHER_CFLAGS = "-fstack-protector-strong";
PREBINDING = NO; PREBINDING = NO;
SDKROOT = macosx10.10; SDKROOT = macosx10.12;
}; };
name = Release; name = Release;
}; };
Expand Down

0 comments on commit 4471ba7

Please sign in to comment.