diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 39b1e58249..f6dc856ba0 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -3258,7 +3258,8 @@ if (RUNTIME and PkgSkip("NPAPI")==0): elif (sys.platform == "darwin"): TargetAdd('nppanda3d.plugin', input='nppanda3d.rsrc') TargetAdd('nppanda3d.plugin', input='nppanda3d.plist', ipath=OPTS) - TargetAdd('nppanda3d.plugin', opts=['FORCE_DYNAMIC', 'NPAPI', 'TINYXML', 'OPENSSL', 'WINUSER', 'WINSHELL', 'WINOLE', 'CARBON']) + TargetAdd('nppanda3d.plugin', input='plugin_find_root_dir_assist.obj') + TargetAdd('nppanda3d.plugin', opts=['NPAPI', 'TINYXML', 'OPENSSL', 'WINUSER', 'WINSHELL', 'WINOLE', 'CARBON']) # # DIRECTORY: direct/src/plugin_activex/