diff options
| author | Juan Linietsky | 2015-01-10 17:35:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-10 17:35:26 -0300 |
| commit | 89970848311ee2d49040a148a56d80590091877c (patch) | |
| tree | 804834a8c481fff872671c63afbf6bc6a7abf354 /platform/iphone/detect.py | |
| parent | 78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e (diff) | |
| download | godot-89970848311ee2d49040a148a56d80590091877c.tar.gz godot-89970848311ee2d49040a148a56d80590091877c.tar.zst godot-89970848311ee2d49040a148a56d80590091877c.zip | |
Diffstat (limited to 'platform/iphone/detect.py')
| -rw-r--r-- | platform/iphone/detect.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index f8d86a3c7..fb57876a8 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -26,7 +26,6 @@ def get_opts(): ('game_center', 'Support for game center', 'yes'), ('store_kit', 'Support for in-app store', 'yes'), ('ios_gles22_override', 'Force GLES2.0 on iOS', 'yes'), - ('ios_GLES1_override', 'Force legacy GLES (1.1) on iOS', 'no'), ('ios_appirater', 'Enable Appirater', 'no'), ('ios_exceptions', 'Use exceptions when compiling on playbook', 'yes'), ] @@ -130,7 +129,7 @@ def configure(env): env['ENV']['CODESIGN_ALLOCATE'] = '/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate' - env.Append(CPPFLAGS=['-DIPHONE_ENABLED', '-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DGLES1_ENABLED', '-DMPC_FIXED_POINT']) + env.Append(CPPFLAGS=['-DIPHONE_ENABLED', '-DUNIX_ENABLED', '-DGLES2_ENABLED', '-DMPC_FIXED_POINT']) if env['ios_exceptions'] == 'yes': env.Append(CPPFLAGS=['-fexceptions']) else: |
