mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
makepanda: change strange rpath argument for maya2egg on macOS
It doesn't seem like this setting is actually needed (because mayapath does the necessary set-up), but while it's set, we might as well set it to something more sensible.
This commit is contained in:
parent
8c82cf5800
commit
7aab057245
@ -1083,7 +1083,7 @@ if (COMPILER=="GCC"):
|
||||
for pkg in MAYAVERSIONS:
|
||||
if (PkgSkip(pkg)==0 and (pkg in SDK)):
|
||||
if GetTarget() == 'darwin':
|
||||
LibName(pkg, "-Wl,-rpath," + SDK[pkg] + "/Maya.app/Contents/MacOS")
|
||||
LibName(pkg, "-Wl,-rpath,/Applications/Autodesk/" + pkg.lower() + "/Maya.app/Contents/MacOS")
|
||||
else:
|
||||
LibName(pkg, "-Wl,-rpath," + SDK[pkg] + "/lib")
|
||||
LibName(pkg, "-lOpenMaya")
|
||||
|
Loading…
x
Reference in New Issue
Block a user