Browse Source

dtool/Config.cmake: Add missing empty option to BUILD_IPHONE.

kestred 12 years ago
parent
commit
99b4760991
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.cmake

+ 1 - 1
dtool/Config.cmake

@@ -355,7 +355,7 @@ requires the Apple IPhone SDK, which is currently only available
 for OS X platforms.  Set this to either 'iPhoneSimulator' or
 for OS X platforms.  Set this to either 'iPhoneSimulator' or
 'iPhoneOS'.  Note that this is still *experimental* and incomplete!
 'iPhoneOS'.  Note that this is still *experimental* and incomplete!
 Don't enable this unless you know what you're doing!")
 Don't enable this unless you know what you're doing!")
-set_property(CACHE BUILD_IPHONE PROPERTY STRINGS iPhoneSimulator iPhoneOS)
+set_property(CACHE BUILD_IPHONE PROPERTY STRINGS "" iPhoneSimulator iPhoneOS)
 
 
 
 
 # Android support
 # Android support