Fix gen_const

This commit is contained in:
lazymio
2021-10-26 13:10:59 +02:00
parent 9131856506
commit 9e1443013b
5 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@ all: gen_const
cd unicorn && go build
gen_const:
cd .. && python const_generator.py go
cd .. && python3 const_generator.py go
test: all
cd unicorn && LD_LIBRARY_PATH=../../../ DYLD_LIBRARY_PATH=../../../ go test