Skip to content

Commit

Permalink
LuaJIT: Omit debug from msvcbuild.bat invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Dec 23, 2024
1 parent 064aeeb commit a275d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if(MSVC)
)
cd \"${MEGA_LUAJIT_SOURCE_DIR}/src\"
cl
msvcbuild.bat debug amalg
msvcbuild.bat amalg
")

file(WRITE ${MEGA_LUAJIT_SOURCE_DIR}/megabuild.bat ${MEGA_LUAJIT_BUILD_BAT})
Expand Down

0 comments on commit a275d78

Please sign in to comment.