Skip to content

Commit

Permalink
fix again windows compilation with python2, not fdf
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Isakov <[email protected]>
  • Loading branch information
SergeySlice committed Sep 25, 2019
1 parent 4f3cce8 commit fd554ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Conf/tools_def.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd554ef

Please sign in to comment.