disabled appirater
This commit is contained in:
parent
2bc626a72c
commit
6aae63fce2
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ iphone_lib = [
|
|||
'game_center.mm',
|
||||
'in_app_store.mm',
|
||||
'icloud.mm',
|
||||
'Appirater.m',
|
||||
#'Appirater.m',
|
||||
'ios.mm',
|
||||
]
|
||||
|
||||
|
@ -28,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')
|
||||
|
|
Loading…
Reference in a new issue