1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

makefile: Support mode Android versions when termux is used

This commit is contained in:
Mark Pizzolato
2018-05-09 10:39:10 -07:00
parent 914d79c980
commit 39802c465a
3 changed files with 5 additions and 5 deletions

View File

@@ -3928,7 +3928,7 @@ return SCPE_OK;
#else
#if !defined(CANT_USE_TERMIOS_TCSAFLUSH)
#if !defined (__ANDROID_API__) || (__ANDROID_API__ < 26)
#define TCSETATTR_ACTION TCSAFLUSH
#else
#define TCSETATTR_ACTION TCSANOW