From ba6aacae91d84c234d0f939261d55eef07de0536 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 6 Jan 2010 10:27:41 +0000 Subject: [PATCH] install_name_tool -id as well --- makepanda/makepanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index d717c8f7d6..7fef2b5728 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -4868,6 +4868,7 @@ def MakeInstallerOSX(): # Execute install_name_tool to make them reference an absolute path if (not os.path.islink(libname)): + oscmd("install_name_tool -id /Developer/Panda3D/lib/%s %s" % (base, libname), True) oscmd("otool -L %s | grep .%s.dylib > %s/tmp/otool-libs.txt" % (libname, VERSION, GetOutputDir()), True) for line in open(GetOutputDir()+"/tmp/otool-libs.txt", "r"): if len(line.strip()) > 0: