Kaynağa Gözat

Yet another fix for 64-bits

Josh Yelon 17 yıl önce
ebeveyn
işleme
7a6fd8188c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -298,7 +298,7 @@ if (COMPILER=="LINUX"):
             else:
                 WARNINGS.append("I cannot locate SDK for " + pkg + " in thirdparty directory.")
                 WARNINGS.append("I have automatically added this command-line option: --no-"+pkg.lower())
-                PkgDisable(ver)
+                PkgDisable(pkg)
     
     if (PkgSkip("FMOD")==0):     LibName("FMOD", "-lfmod")
     if (PkgSkip("FMODEX")==0):   LibName("FMODEX", "-lfmodex")