mirror of https://github.com/Nonannet/copapy.git
renaming fixed
This commit is contained in:
parent
7d5f942368
commit
fceece3f9f
|
|
@ -23,7 +23,6 @@ python3 tools/generate_stencils.py $SRC
|
|||
gcc-13 -$OPT -c $SRC -o $DEST/stencils_x86_64_$OPT.o
|
||||
|
||||
# Native i686
|
||||
python tools/generate_stencils.py $SRC
|
||||
gcc-13 -m32 -$OPT -c $SRC -o $DEST/stencils_i686_$OPT.o
|
||||
|
||||
# ARM64 linux (aarch64)
|
||||
|
|
|
|||
Loading…
Reference in New Issue