summaryrefslogtreecommitdiff
path: root/platform/iphone/SCsub
diff options
context:
space:
mode:
authorpunto- <ariel@okamstudio.com>2015-09-09 21:57:49 +0200
committerpunto- <ariel@okamstudio.com>2015-09-09 21:57:49 +0200
commit4d900859e2a62d73710ee71e73ebfbebb9c0003c (patch)
tree4198f4c2ccc0e0b6ce4ea6be2e5d06175bd6f9ca /platform/iphone/SCsub
parent2d570ac657d71f7967f6a520c672641f64b5272d (diff)
ios build with osxcross
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r--platform/iphone/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub
index d495e3b5fc..d755b3dba0 100644
--- a/platform/iphone/SCsub
+++ b/platform/iphone/SCsub
@@ -34,5 +34,5 @@ obj = env_ios.Object('godot_iphone.cpp')
prog = None
prog = env_ios.Program('#bin/godot', [obj] + iphone_lib)
-action = "dsymutil "+File(prog)[0].path+" -o " + File(prog)[0].path + ".dSYM"
+action = "$IPHONEPATH/usr/bin/dsymutil "+File(prog)[0].path+" -o " + File(prog)[0].path + ".dSYM"
env.AddPostAction(prog, action)