We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265fd2c commit 0028723Copy full SHA for 0028723
build.mingw.bat
@@ -110,7 +110,6 @@ setlocal
110
REM - Basic GCC Setup --------------------------------------------------
111
112
113
- REM GCC setup
114
IF [0] EQU [%debug%] (
115
set attrib=-std=gnu11 -Wall -O2
116
set root=%CWD%\bin\Release
@@ -316,9 +315,9 @@ setlocal
316
315
setlocal
317
IF [%1] == [luajit] (
318
set luaverdef=-DLUA_JIT_51
319
- set luaverout=%dlldir%\libluajit.dll
+ set luaverout=-lluajit
320
) ELSE (
321
- set luaverout=%dlldir%\lib%1.dll
+ set luaverout=-l%1
322
)
323
324
echo Compiling luaw driver package %1...
0 commit comments