engine: Haiku OS support (#478)

This commit is contained in:
exstrim401
2021-06-05 10:54:37 +03:00
committed by GitHub
parent 947a615707
commit b7922368bd
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ GNU General Public License for more details.
#include <stdlib.h>
#include <stdarg.h>
#if defined(__APPLE__) || defined(__unix__)
#if defined(__APPLE__) || defined(__unix__) || defined(__HAIKU__)
#define XASHLIB "libxash." OS_LIB_EXT
#elif _WIN32
#if !__MINGW32__ && _MSC_VER >= 1200