More attempts to fix spaces in filenames.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Apr 2020 07:11:56 +0000 (09:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Apr 2020 07:11:56 +0000 (09:11 +0200)
platform/osx/make_dmg.sh

index 84b2c76da6a7822310c4d81b59fbed94dbf5b785..19588f0351c72ed7d8294299f911fe6dd6d96234 100644 (file)
@@ -266,7 +266,7 @@ function relink_absolute {
        changes=""
        for dep in $deps; do
            base=`basename $dep`
-           changes="$changes -change $dep $target/$base"
+           changes="$changes -change "$dep" \"$target/$base\""
        done
        if test "x$changes" != "x"; then
            install_name_tool $changes -id "`basename "$obj"`" "$obj"