Don't override cl in buildsuper
This commit is contained in:
parent
5cc8e74189
commit
5029512554
|
@ -1,5 +1,9 @@
|
|||
@echo off
|
||||
|
||||
REM (allen): quit early if we already have cl
|
||||
where /q cl
|
||||
IF %ERRORLEVEL% EQ 0 (EXIT)
|
||||
|
||||
SET "LIB="
|
||||
|
||||
SET VC_PATH=C:\Program Files (x86)\Microsoft Visual Studio 12.0
|
||||
|
|
Loading…
Reference in New Issue