ensure that set `true' in any_obj_file_built when files were built

This commit is contained in:
Watson
2015-02-23 11:11:00 +09:00
parent beb3112705
commit d7dd31324e
3 changed files with 6 additions and 3 deletions

View File

@@ -155,9 +155,10 @@ module Motion; module Project;
# Assemble fat binary.
arch_objs_list = arch_objs.map { |x| "\"#{x}\"" }.join(' ')
sh "/usr/bin/lipo -create #{arch_objs_list} -output \"#{obj}\""
any_obj_file_built = true
end
any_obj_file_built = true
[obj, init_func]
end

View File

@@ -197,9 +197,10 @@ PLIST
# Assemble fat binary.
arch_objs_list = arch_objs.map { |x| "\"#{x}\"" }.join(' ')
sh "/usr/bin/lipo -create #{arch_objs_list} -output \"#{obj}\""
any_obj_file_built = true
end
any_obj_file_built = true
[obj, init_func]
end

View File

@@ -152,9 +152,10 @@ module Motion; module Project
# Assemble fat binary.
arch_objs_list = arch_objs.map { |x| "\"#{x}\"" }.join(' ')
sh "/usr/bin/lipo -create #{arch_objs_list} -output \"#{obj}\""
any_obj_file_built = true
end
any_obj_file_built = true
[obj, init_func]
end