Skip to content

Commit e30ca0e

Browse files
committed
unix/Makefile: Update freedos target for change of USELECT config name.
1 parent 0d56c65 commit e30ca0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ freedos:
229229
CC=i586-pc-msdosdjgpp-gcc \
230230
STRIP=i586-pc-msdosdjgpp-strip \
231231
SIZE=i586-pc-msdosdjgpp-size \
232-
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT=0' \
232+
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT_POSIX=0' \
233233
BUILD=build-freedos \
234234
PROG=micropython_freedos \
235235
MICROPY_PY_SOCKET=0 \

0 commit comments

Comments
 (0)