Browse Source

fix windows-specific Python path

David Rose 19 years ago
parent
commit
90acb5e250
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/Config.pp

+ 2 - 2
dtool/Config.pp

@@ -260,8 +260,8 @@
 
 
 // Is Python installed, and should Python interfaces be generated?  If
 // Is Python installed, and should Python interfaces be generated?  If
 // Python is installed, which directory is it in?
 // Python is installed, which directory is it in?
-#define PYTHON_IPATH c:\python24\include
-#define PYTHON_LPATH c:\python24\libs
+#define PYTHON_IPATH /usr/include/python2.4
+#define PYTHON_LPATH
 #define PYTHON_FPATH
 #define PYTHON_FPATH
 #define PYTHON_COMMAND python
 #define PYTHON_COMMAND python
 #defer PYTHON_DEBUG_COMMAND $[PYTHON_COMMAND]$[if $[WINDOWS_PLATFORM],_d]
 #defer PYTHON_DEBUG_COMMAND $[PYTHON_COMMAND]$[if $[WINDOWS_PLATFORM],_d]