Skip to content

Commit

Permalink
fixed make-weekly windows to point to the correct compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Jun 30, 2021
1 parent 79330e6 commit b7811a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-weekly.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ del /Q %CL_SRC_DIR%\*.gch

:: Build the 64 bit version
call :ColorText 0A "Building CodeLite for x86_64"
call :MAKE_WEEKLY Win_x64_Release codelite64_mingw.iss C:\src\wxWidgets C:\compilers\mingw64\bin
call :MAKE_WEEKLY Win_x64_Release codelite64_mingw.iss C:\src\wxWidgets C:\msys64\mingw64\bin

cd %CL_SRC_DIR%

Expand Down

0 comments on commit b7811a2

Please sign in to comment.