diff options
| author | Simon Rettberg | 2018-10-16 10:08:48 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2018-10-16 10:08:48 +0200 |
| commit | d3a98cf6cbc3bd0b9efc570f58e8812c03931c18 (patch) | |
| tree | cbddf8e50f35a9c6e878a5bfe3c6d625d99e12ba /OSX/xscreensaver.xcconfig | |
| download | xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.gz xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.tar.xz xscreensaver-d3a98cf6cbc3bd0b9efc570f58e8812c03931c18.zip | |
Original 5.40
Diffstat (limited to 'OSX/xscreensaver.xcconfig')
| -rw-r--r-- | OSX/xscreensaver.xcconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OSX/xscreensaver.xcconfig b/OSX/xscreensaver.xcconfig new file mode 100644 index 0000000..c1a9cc2 --- /dev/null +++ b/OSX/xscreensaver.xcconfig @@ -0,0 +1,11 @@ +// To create builds that work properly on MacOS 10.6, Xcode 5.0.2 must +// be used, since that is the latest version that supports garbage collection. +// If the Xcode version is 5.02 or earlier, use these settings: +// "10.4", "-fobjc-gc", "-no-fobjc-gc" +// If the Xcode version is later than that, use these settings: +// "10.6", "", "" +// and the generate builds will only work on 10.6 or later. +// +MACOSX_DEPLOYMENT_TARGET=10.7 +OBJC_GC_CFLAGS= +OBJC_NO_GC_CFLAGS= |
