mirror of https://github.com/flysand7/ciabatta.git
fix path to python script
This commit is contained in:
parent
e043976466
commit
f1319e6f1d
|
@ -1,8 +1,8 @@
|
|||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
if not exist src\code\unicode\unicode_data.h (
|
||||
py src\code\unicode\unicode_compile.py
|
||||
if not exist src\code\unicode\data.h (
|
||||
py src\code\unicode\compile.py
|
||||
)
|
||||
|
||||
set PLATFORM=win
|
||||
|
|
Loading…
Reference in New Issue