Skip to content

Commit fd554ef

Browse files
committed
fix again windows compilation with python2, not fdf
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
1 parent 4f3cce8 commit fd554ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Conf/tools_def.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2829,7 +2829,7 @@ RELEASE_RVCTCYGWIN_ARM_CC_FLAGS = "$(CCPATH_FLAG)" $(ARCHCC_FLAGS) $(PLATFORM_F
28292829
##################
28302830
# NASM tool definitions
28312831
##################
2832-
*_*_*_NASM_PATH = ENV(NASM_PREFIX)nasm
2832+
*_*_*_NASM_PATH = ENV(NASM_PREFIX)\nasm
28332833
# NASMB uses NASM produce a .bin from a .nasmb NASM source file
28342834
*_*_*_NASMB_FLAGS = -f bin
28352835

cbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set DEFAULT_CYGWIN_HOME=c:\cygwin
3333
set DEFAULT_PYTHONHOME=
3434
rem d:\Program File\Python37"
3535
set DEFAULT_PYTHON_FREEZER_PATH=%PYTHON_HOME%\Scripts
36-
set PYTHON3_ENABLE=TRUE
36+
rem set PYTHON3_ENABLE=TRUE
3737
set DEFAULT_NASM_PREFIX=
3838
rem C:\Program Files (x86)\NASM"
3939
rem # %DEFAULT_CYGWIN_HOME%\bin

0 commit comments

Comments
 (0)