mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
correct error in python detection batch file
svn path=/trunk/yasm/; revision=2293
This commit is contained in:
parent
c85781d095
commit
e6fd6d7af1
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ goto pyfound
|
|||
goto pynotfound
|
||||
|
||||
:pyfound
|
||||
if not exist run_py.bat goto notfound
|
||||
if not exist run_py.bat goto pynotfound
|
||||
echo ... building with Python ...
|
||||
@echo on
|
||||
call run_py.bat modules\arch\x86\gen_x86_insn.py
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ goto pyfound
|
|||
goto pynotfound
|
||||
|
||||
:pyfound
|
||||
if not exist run_py.bat goto notfound
|
||||
if not exist run_py.bat goto pynotfound
|
||||
echo ... building with Python ...
|
||||
@echo on
|
||||
call run_py.bat modules\arch\x86\gen_x86_insn.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue