Skip to content

Commit

Permalink
LuaJIT: Workaround build script to always link with multithread DLL.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Apr 8, 2024
1 parent 846f605 commit 3b7b4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/LuaJIT/src/msvcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
@shift
@set BUILDTYPE=debug
@set LJCOMPILE=%LJCOMPILE% /Zi %DEBUGCFLAGS%
@set LJDYNBUILD=/MDd /DLUA_BUILD_AS_DLL
@set LJDYNBUILD=/MD /DLUA_BUILD_AS_DLL
@set LJLINK=%LJLINK% /opt:ref /opt:icf /incremental:no
:NODEBUG
@set LJLINK=%LJLINK% /%BUILDTYPE%
Expand Down

0 comments on commit 3b7b4cb

Please sign in to comment.