Skip to content

Commit

Permalink
Update MinGW-Building.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Oct 20, 2024
1 parent 70d4daf commit 36ae12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/luajit/scripts/MinGW-Building.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

make clean
cd src
make -j$JOBS CC=x86_64-w64-mingw32-gcc BUILDMODE=static
make -j$JOBS CC=clang BUILDMODE=static
cd ..
cp src/libluajit.a build/libluajit.a

Expand Down

0 comments on commit 36ae12a

Please sign in to comment.