2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 03:09:30 +01:00

Removed the unnecessary and broken variable PYTHON_LIB defined in waf.bat

This commit is contained in:
Thomas Nagy 2014-09-14 18:57:03 +02:00
parent d491de7486
commit de249291c7
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -89,7 +89,6 @@ goto running
)
set PYTHON_INCLUDE=%PYTHON_DIR%include
set PYTHON_LIB=%PYTHON_DIR%libs\python27.lib
set PATH=%PYTHON_DIR%;%PYTHON_DIR%Scripts;%PYTHON_DIR%Tools\Scripts;%PATH%
:running