Skip to content

Commit

Permalink
Run cl.exe to show compiler version when compiling LuaJIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Mar 21, 2024
1 parent fd43b54 commit a4d8d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ if(MSVC AND NOT MEGA_ARM64)
call \"${MEGA_MSVC_VCVARSALL_BAT}\" ${MEGA_MSVC_VCVARSALL_BAT_ARG}
)
cd \"${MEGA_LUAJIT_SOURCE_DIR}/src\"
cl
msvcbuild.bat debug amalg
")

Expand Down

0 comments on commit a4d8d6f

Please sign in to comment.