diff options
author | punto- <ariel@okamstudio.com> | 2015-09-09 21:57:49 +0200 |
---|---|---|
committer | punto- <ariel@okamstudio.com> | 2015-09-09 21:57:49 +0200 |
commit | 4d900859e2a62d73710ee71e73ebfbebb9c0003c (patch) | |
tree | 4198f4c2ccc0e0b6ce4ea6be2e5d06175bd6f9ca /platform/iphone/SCsub | |
parent | 2d570ac657d71f7967f6a520c672641f64b5272d (diff) |
ios build with osxcross
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 2 |
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) |