Skip to content

Commit

Permalink
Attempt to fix regression where build.mingw.bat seems to link weird/c…
Browse files Browse the repository at this point in the history
…ant find lc library
  • Loading branch information
tilkinsc committed Oct 16, 2021
1 parent 265fd2c commit 0028723
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.mingw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ setlocal
REM - Basic GCC Setup --------------------------------------------------


REM GCC setup
IF [0] EQU [%debug%] (
set attrib=-std=gnu11 -Wall -O2
set root=%CWD%\bin\Release
Expand Down Expand Up @@ -316,9 +315,9 @@ setlocal
setlocal
IF [%1] == [luajit] (
set luaverdef=-DLUA_JIT_51
set luaverout=%dlldir%\libluajit.dll
set luaverout=-lluajit
) ELSE (
set luaverout=%dlldir%\lib%1.dll
set luaverout=-l%1
)

echo Compiling luaw driver package %1...
Expand Down

0 comments on commit 0028723

Please sign in to comment.