deploy_tool Apple strip fix fix))
This commit is contained in:
@@ -666,7 +666,7 @@ int main(int argc, char * argv[]) {
|
||||
if (!fake) {
|
||||
system((cmd_copy + "\"" + l + "\" \"" + out_dir + "\"" + cmd_suffix).data());
|
||||
if (!otool.isEmpty()) // Apple
|
||||
system((strip + " \"" + out_dir + fi.name() + "\"").data());
|
||||
system((strip + " -S \"" + out_dir + fi.name() + "\"").data());
|
||||
else
|
||||
system((strip + " --strip-unneeded \"" + out_dir + fi.name() + "\"").data());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user