diff options
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub index 922a324694..5b2e1533da 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -13,7 +13,8 @@ iphone_lib = [ 'game_center.mm', 'in_app_store.mm', 'icloud.mm', - 'Appirater.m', + #'Appirater.m', + 'ios.mm', ] #env.Depends('#core/math/vector3.h', 'vector3_psp.h') @@ -27,8 +28,8 @@ if env['ios_gles22_override'] == "yes": env_ios.Append(CPPFLAGS=['-DGLES2_OVERRIDE']) -if env['ios_appirater'] == "yes": - env_ios.Append(CPPFLAGS=['-DAPPIRATER_ENABLED']) +#if env['ios_appirater'] == "yes": +# env_ios.Append(CPPFLAGS=['-DAPPIRATER_ENABLED']) obj = env_ios.Object('godot_iphone.cpp') |