Skip to content

Commit

Permalink
Fix bug in 9cefdfc
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed May 22, 2024
1 parent 0edefee commit 08ccb2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildscript/modules/llvm.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@if /I NOT "%cfgllvmbuild%"=="y" GOTO skipllvm

@rem Get/update LLVM source code
@set updllvmsrcver=18.1.5
@set updllvmsrcver=18.1.6
@if /I "%legacyllvm%"=="y" set updllvmsrcver=17.0.6
@set llvmsrcver=0
@set llvmsrcloc="%devroot%\llvm-project\llvm\CMakeLists.txt"
Expand Down
2 changes: 1 addition & 1 deletion buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

@set mesadbgbld=n
@set mesadbgoptim=n
@aet nodebugprintf=n
@set nodebugprintf=n
@if /I "%useninja%"=="y" IF %toolchain%==msvc set /p mesadbgbld=Debug friendly binaries (require a lot of RAM) (y/n):
@IF NOT %toolchain%==msvc set /p mesadbgbld=Debug friendly binaries (y/n):
@if /I "%useninja%"=="y" echo.
Expand Down
2 changes: 1 addition & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Debug
- Standalone MinGW test: Minimal changges to unbreak it.
- Standalone MinGW test: Minimal changes to unbreak it.
### Build script
- MSVC build: Support disabling debug printf;
- MinGW GCC x64 build: Support selecting between UCRT and MSVCRT toolchains.
Expand Down

0 comments on commit 08ccb2d

Please sign in to comment.