From 18ee3b580a3bfbd28d4245deb135831502c9d268 Mon Sep 17 00:00:00 2001 From: Mark Reid Date: Sat, 9 Nov 2019 17:01:02 -0800 Subject: [PATCH] Add message about DYLD_LIBRARY_PATH and dmgbuild --- scripts/appleseed.package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/appleseed.package.py b/scripts/appleseed.package.py index 2eeb8c5a3a..fbf35f83e1 100755 --- a/scripts/appleseed.package.py +++ b/scripts/appleseed.package.py @@ -1204,6 +1204,8 @@ def main(): print(" - Make sure there are no obsolete binaries in sandbox/bin/ and sandbox/lib/") print(" - You may need to run this tool with sudo on Linux and macOS") print(" - On Linux, you may need to set $LD_LIBRARY_PATH to allow ldd(1) to find third party shared libraries") + print(" - On MacOS, you may need to set $DYLD_LIBRARY_PATH to allow script to find third party shared libraries") + print(" - You need to have dmgbuild installed and in $PATH on MacOS to build .dmg file: pip install dmgbuild") print("") settings = Settings()