瀏覽代碼

Fix yet another build error on windows

rdb 16 年之前
父節點
當前提交
e909b3a6fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -2855,7 +2855,7 @@ if (PkgSkip("PLUGIN")==0 and PkgSkip("TINYXML")==0):
     TargetAdd('p3dpython.exe', input='plugin_handleStreamBuf.obj')
     TargetAdd('p3dpython.exe', input='plugin_p3dPythonRun.obj')
     TargetAdd('p3dpython.exe', input=COMMON_PANDA_LIBS)
-    TargetAdd('p3dpython.exe', opts=['TINYXML'])
+    TargetAdd('p3dpython.exe', opts=['TINYXML', 'WINUSER'])
 
 #
 # DIRECTORY: direct/src/plugin_npapi/