瀏覽代碼

makepanda: remove --cggl-incdir and --cggl-libdir options

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

+ 1 - 2
makepanda/makepanda.py

@@ -173,7 +173,7 @@ def parseopts(args):
     removedopts = [
     removedopts = [
         "use-touchinput", "no-touchinput", "no-awesomium", "no-directscripts",
         "use-touchinput", "no-touchinput", "no-awesomium", "no-directscripts",
         "no-carbon", "no-physx", "no-rocket", "host", "osxtarget=",
         "no-carbon", "no-physx", "no-rocket", "host", "osxtarget=",
-        "no-nvidiacg", "no-cggl",
+        "no-nvidiacg", "no-cggl", "cggl-incdir=", "cggl-libdir=",
         ]
         ]
 
 
     # All recognized options.
     # All recognized options.
@@ -184,7 +184,6 @@ def parseopts(args):
         "static","debversion=","rpmrelease=","p3dsuffix=","rtdist-version=",
         "static","debversion=","rpmrelease=","p3dsuffix=","rtdist-version=",
         "directx-sdk=", "windows-sdk=", "msvc-version=", "clean", "use-icl",
         "directx-sdk=", "windows-sdk=", "msvc-version=", "clean", "use-icl",
         "universal", "target=", "arch=", "git-commit=", "no-copy-python",
         "universal", "target=", "arch=", "git-commit=", "no-copy-python",
-        "cggl-incdir=", "cggl-libdir=",
         ] + removedopts
         ] + removedopts
 
 
     anything = 0
     anything = 0