mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-04-02 17:55:53 +02:00
fix again windows compilation with python2, not fdf
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
4f3cce8594
commit
fd554efaab
@ -2829,7 +2829,7 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
|
||||
##################
|
||||
# NASM tool definitions
|
||||
##################
|
||||
*_*_*_NASM_PATH = ENV(NASM_PREFIX)nasm
|
||||
*_*_*_NASM_PATH = ENV(NASM_PREFIX)\nasm
|
||||
# NASMB uses NASM produce a .bin from a .nasmb NASM source file
|
||||
*_*_*_NASMB_FLAGS = -f bin
|
||||
|
||||
|
@ -33,7 +33,7 @@ set DEFAULT_CYGWIN_HOME=c:\cygwin
|
||||
set DEFAULT_PYTHONHOME=
|
||||
rem d:\Program File\Python37"
|
||||
set DEFAULT_PYTHON_FREEZER_PATH=%PYTHON_HOME%\Scripts
|
||||
set PYTHON3_ENABLE=TRUE
|
||||
rem set PYTHON3_ENABLE=TRUE
|
||||
set DEFAULT_NASM_PREFIX=
|
||||
rem C:\Program Files (x86)\NASM"
|
||||
rem # %DEFAULT_CYGWIN_HOME%\bin
|
||||
|
Loading…
Reference in New Issue
Block a user