Skip to content

Commit

Permalink
Did the following
Browse files Browse the repository at this point in the history
- Matched style of build.mingw.bat to build.msvs.bat
- Fixed up build system to reflect new lib prefix in build.msvs.bat
- Added CWD prefix to missed path in build.mingw.bat
  • Loading branch information
tilkinsc committed Feb 26, 2021
1 parent 56011e6 commit df6cab2
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 123 deletions.
2 changes: 1 addition & 1 deletion build.mingw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ setlocal
call :build_luajit
IF NOT EXIST "%root%\jit" (
mkdir %root%\jit
xcopy /E /Y luajit-2.0\src\jit\* %root%\jit
xcopy /E /Y %CWD%\luajit-2.0\src\jit\* %root%\jit
)
) ELSE (
IF NOT EXIST "%CWD%\lua-all\%2" (
Expand Down
Loading

0 comments on commit df6cab2

Please sign in to comment.