Skip to content

Commit

Permalink
Add message about DYLD_LIBRARY_PATH and dmgbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jan 19, 2020
1 parent 8625094 commit 18ee3b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/appleseed.package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 18ee3b5

Please sign in to comment.