diff options
Diffstat (limited to 'externals/grill/py/build')
-rw-r--r-- | externals/grill/py/build/config-win.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/build/config-win.def b/externals/grill/py/build/config-win.def index a4f0569e..40ac5ff5 100644 --- a/externals/grill/py/build/config-win.def +++ b/externals/grill/py/build/config-win.def @@ -2,7 +2,7 @@ PYTHONVER=24 # where is the Python installation? -PYTHONPATH=c:/programme/prog/python$(PYTHONVER) +PYTHONPATH=%programfiles%/python$(PYTHONVER) # uncomment if numarray support should be compiled in # for info about numarray see http://numeric.scipy.org |