mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-06 22:39:46 +08:00
fix lipo path
This commit is contained in:
@@ -83,7 +83,7 @@ module Motion; module Project;
|
||||
|
||||
# Assemble fat binary.
|
||||
arch_objs_list = arch_objs.map { |x| "\"#{x}\"" }.join(' ')
|
||||
sh "lipo -create #{arch_objs_list} -output \"#{obj}\""
|
||||
sh "/usr/bin/lipo -create #{arch_objs_list} -output \"#{obj}\""
|
||||
end
|
||||
|
||||
[obj, init_func]
|
||||
|
||||
Reference in New Issue
Block a user