mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
Paranthesis in echo command doesn't work.
This commit is contained in:
parent
32332dd157
commit
1d525674f2
@ -119,7 +119,7 @@ if not defined NASM_PREFIX (
|
||||
@echo.
|
||||
@echo !!! WARNING !!! NASM_PREFIX environment variable is not set
|
||||
@if exist "C:\Program Files (x86)\NASM\nasm.exe" @set "NASM_PREFIX=C:\Program Files (x86)\NASM\"
|
||||
@if exist "C:\Program Files (x86)\NASM\nasm.exe" @echo Found nasm.exe, setting the environment variable to C:\Program Files (x86)\NASM
|
||||
@if exist "C:\Program Files (x86)\NASM\nasm.exe" @echo Found nasm.exe, setting the environment variable to "C:\Program Files (x86)\NASM"
|
||||
@if not exist "C:\Program Files (x86)\NASM\nasm.exe" echo Attempting to build modules that require NASM will fail.
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user