Skip to content

Commit

Permalink
Update: setup-stdlib script for new gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed May 5, 2023
1 parent c55fe46 commit 53fbea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/setup-stdlib.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ setlocal
set ORIG=%cd%
set ROOT=%~dp0..

set GCCVER=11.2.0
set GCCVER=12.2.0
set PREFIX=%ROOT%\mingw64
set INCLUDE_PATH=lib\gcc\x86_64-w64-mingw32\%GCCVER%\finclude\

Expand Down

0 comments on commit 53fbea0

Please sign in to comment.