makepanda: libIMFbase.dylib is no longer shipped with Maya 2020 on macOS

This commit is contained in:
rdb 2019-12-28 21:27:51 -05:00
parent 7aab057245
commit 4c3b6fcc03

View File

@ -1106,7 +1106,8 @@ if (COMPILER=="GCC"):
LibName(pkg, "-lDependEngine")
LibName(pkg, "-lCommandEngine")
LibName(pkg, "-lFoundation")
LibName(pkg, "-lIMFbase")
if pkg != "MAYA2020":
LibName(pkg, "-lIMFbase")
if GetTarget() != 'darwin':
LibName(pkg, "-lOpenMayalib")
else: