build: Fixed MacOSX build crashing on launch due to unknown command line option

bug id = 103
This commit is contained in:
Eberhard Graether
2016-06-28 17:50:36 +02:00
parent 8ca54f2091
commit ba3316008a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string></string>
<string>@GIT_VERSION_NUMBER@</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
+1 -1
View File
@@ -27,7 +27,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string></string>
<string>@GIT_VERSION_NUMBER@</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>