diff options
author | Damiano Galassi <[email protected]> | 2019-01-24 15:54:05 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-01-24 15:54:05 +0100 |
commit | b47a1bae8d37937a52f04ecd71f96f6a9d3495e1 (patch) | |
tree | 2b32ae53c4713e6d6b92f59fa31c554f8f5eb9b3 /macosx/xcconfig/osx1011.x86_64.xcconfig | |
parent | 2986505bb64c86631f20de90487ee535e20cd9ae (diff) |
MacGui: set the minimum macOS version to 10.11
Diffstat (limited to 'macosx/xcconfig/osx1011.x86_64.xcconfig')
-rw-r--r-- | macosx/xcconfig/osx1011.x86_64.xcconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/xcconfig/osx1011.x86_64.xcconfig b/macosx/xcconfig/osx1011.x86_64.xcconfig new file mode 100644 index 000000000..fba1b2761 --- /dev/null +++ b/macosx/xcconfig/osx1011.x86_64.xcconfig @@ -0,0 +1,3 @@ +#include "base/os.osx1011.xcconfig" +#include "base/arch.x86_64.xcconfig" +EXTERNAL_XCCONFIG = osx1011.x86_64 |