diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.c b/src/helper/command.c index d29b6ec3..5d69ffb3 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -770,6 +770,8 @@ command_context_t* command_init() HostOs = "cygwin"; #elif defined(__MINGW32__) HostOs = "mingw32"; +#elif defined(__ECOS) + HostOs = "ecos"; #else #warn unrecognized host OS... HostOs = "other"; |