diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-15 18:13:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-15 23:18:13 +0000 |
| commit | 9098276b02deffeb7de373761a4a09f2e15713cd (patch) | |
| tree | 39611982bcb5c4df398d72fab578dd1d4a4b7b2b | |
| parent | c5e7e37dd949f1584865cd0db8496b9d63c807eb (diff) | |
Change dylib ids to try and make Gatekeeper happy (again).
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
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 } |
