Skip to content

Commit

Permalink
Fix PATH expansion in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 15, 2024
1 parent 52cc60d commit c9cb693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
SETLOCAL
set PATH=%windir%\system32;%PATH% &:: override msys if there is one on %PATH%
set PATH=%windir%\system32;%PATH% &:: override msys if there is one on PATH
set TOP=%~dp0
cl /nologo /c /O2 /Zi /Fdblst.pdb /W4 /MT /Zl %TOP%src\server.c || EXIT /B
cl 2>&1 | find "for ARM64" > nul:
Expand Down

0 comments on commit c9cb693

Please sign in to comment.