master
Allen Webster 2019-03-30 13:33:21 -07:00
parent 1e67e5a3c5
commit 7b8e9e21ad
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
REM (allen): quit early if we already have cl
where /q cl
IF %ERRORLEVEL% EQ 0 (EXIT)
IF %ERRORLEVEL% EQU 0 (EXIT)
SET "LIB="