From 7682cd015e780646e12b1f18a347349209ad6ecc Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 1 Feb 2023 23:38:02 +0800 Subject: improve engine --- core/src/xmake/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c index aa58cc47c..17370a8ea 100644 --- a/core/src/xmake/engine.c +++ b/core/src/xmake/engine.c @@ -37,7 +37,7 @@ # include # include # include -#elif defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_BSD) || defined(TB_CONFIG_OS_ANDROID) +#elif defined(TB_CONFIG_OS_LINUX) || defined(TB_CONFIG_OS_BSD) || defined(TB_CONFIG_OS_ANDROID) || defined(TB_CONFIG_OS_HAIKU) # include # include #endif -- cgit v1.3.1