python renamed

This commit is contained in:
Nicolas Kruse 2025-10-08 23:22:27 +02:00
parent f32d7823ce
commit 7d5f942368
1 changed files with 2 additions and 2 deletions

View File

@ -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