Browse Source

One more fix

Josh Yelon 20 years ago
parent
commit
7eef659c7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/makepanda.py

+ 1 - 1
doc/makepanda/makepanda.py

@@ -696,7 +696,7 @@ for version,key1,key2,subdir in MAXVERSIONS:
 ########################################################################
 
 if (OMIT.count("PYTHON")==0):
-    if (sys.platform != "win32"):
+    if (sys.platform == "win32"):
         PYTHONSDK="thirdparty/win-python"
     else:
         if   (os.path.isdir("/usr/include/python2.5")): PYTHONSDK = "/usr/include/python2.5"