Bläddra i källkod

Fix nppanda3d crash on OSX, I hope

rdb 16 år sedan
förälder
incheckning
4a22b8f104
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      makepanda/makepanda.py

+ 2 - 1
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/