mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix windows-specific Python path
This commit is contained in:
parent
b06643e9b1
commit
90acb5e250
@ -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_IPATH /usr/include/python2.4
|
||||||
#define PYTHON_LPATH c:\python24\libs
|
#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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user