mirror of https://github.com/FDOS/kernel.git
fix watcom check
WATCOM var may be defined in autoexec.bat, but this doesn't mean the user wants to build with watcom. Check the COMPILER="WATCOM" instead.
This commit is contained in:
parent
0b303a23b4
commit
f4c9691ef5
|
@ -47,7 +47,7 @@ call build -r tc 86 fat32
|
|||
|
||||
:***** (Open) Watcom kernels
|
||||
|
||||
if "%WATCOM%" == "" goto no_wc
|
||||
if not "%COMPILER%" == "WATCOM" goto no_wc
|
||||
call build -r wc 386 fat32
|
||||
%ONERROR%
|
||||
call build -r wc 386 fat16
|
||||
|
|
Loading…
Reference in New Issue