mirror of https://github.com/Nonannet/copapy.git
python renamed
This commit is contained in:
parent
f32d7823ce
commit
7d5f942368
|
|
@ -11,7 +11,7 @@ OPT=O3
|
|||
mkdir -p $DEST
|
||||
|
||||
# Windows x86_64 (ARM64)
|
||||
python tools/generate_stencils.py --abi ms $SRC
|
||||
python3 tools/generate_stencils.py --abi ms $SRC
|
||||
gcc-13 -$OPT -c $SRC -o $DEST/stencils_AMD64_$OPT.o
|
||||
|
||||
# Windows x86
|
||||
|
|
@ -19,7 +19,7 @@ gcc-13 -m32 -$OPT -c $SRC -o $DEST/stencils_x86_$OPT.o
|
|||
|
||||
|
||||
# Native x86_64
|
||||
python tools/generate_stencils.py $SRC
|
||||
python3 tools/generate_stencils.py $SRC
|
||||
gcc-13 -$OPT -c $SRC -o $DEST/stencils_x86_64_$OPT.o
|
||||
|
||||
# Native i686
|
||||
|
|
|
|||
Loading…
Reference in New Issue