add percent python

This commit is contained in:
majidaldo 2013-08-13 14:55:42 -05:00
commit 3a289ccace

View file

@ -2,5 +2,5 @@ set LLVMPY_DYNLINK=0
set INCLUDE=%LIBRARY_INC%
set LIBPATH=%LIBRARY_LIB%
set LIB=%LIBRARY_LIB%
python setup.py install
%PYTHON% setup.py install
if errorlevel 1 exit 1