diff options
author | Damien George <damien.p.george@gmail.com> | 2016-11-21 15:49:46 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-11-21 15:49:46 +1100 |
commit | e30ca0e10287ac0ff6f66574611ca9cfaad11181 (patch) | |
tree | 49a3f46ec46173879ac84c3ec8e1e2e66f60e4bc /unix | |
parent | 0d56c65d3e69e6c080efd608d7bb744af4b40ab8 (diff) | |
download | micropython-e30ca0e10287ac0ff6f66574611ca9cfaad11181.tar.gz micropython-e30ca0e10287ac0ff6f66574611ca9cfaad11181.zip |
unix/Makefile: Update freedos target for change of USELECT config name.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile index 5e212ff709..15829f2845 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -229,7 +229,7 @@ freedos: CC=i586-pc-msdosdjgpp-gcc \ STRIP=i586-pc-msdosdjgpp-strip \ SIZE=i586-pc-msdosdjgpp-size \ - CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT=0' \ + 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' \ BUILD=build-freedos \ PROG=micropython_freedos \ MICROPY_PY_SOCKET=0 \ |