summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-15 18:13:22 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-15 23:18:13 +0000
commit9098276b02deffeb7de373761a4a09f2e15713cd (patch)
tree39611982bcb5c4df398d72fab578dd1d4a4b7b2b
parentc5e7e37dd949f1584865cd0db8496b9d63c807eb (diff)
Change dylib ids to try and make Gatekeeper happy (again).
-rw-r--r--platform/osx/make_dmg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 2be64fcaf..069d1fbc6 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -160,7 +160,7 @@ function relink {
changes="$changes -change $dep @executable_path/../Frameworks/$base -change $dep32 @executable_path/../Frameworks/$base"
done
if test "x$changes" != "x"; then
- install_name_tool $changes "$obj"
+ install_name_tool $changes -id `basename "$obj"` "$obj"
fi
done
}