summaryrefslogtreecommitdiff
path: root/ctest.c
diff options
context:
space:
mode:
authorZoltán Mizsei <zmizsei@extrowerk.com>2018-08-02 20:49:14 +0200
committerZoltán Mizsei <zmizsei@extrowerk.com>2018-08-02 20:49:14 +0200
commit6463bffd593d0b5346482dd3a35b7558fc056868 (patch)
tree039b91e0b96a148866db451e08d2090cb4a0d1fc /ctest.c
parent8ef7d4fb5406de76bee138d78b9cb9fcf07eddb2 (diff)
downloadopenblas-6463bffd593d0b5346482dd3a35b7558fc056868.tar.gz
openblas-6463bffd593d0b5346482dd3a35b7558fc056868.tar.bz2
openblas-6463bffd593d0b5346482dd3a35b7558fc056868.zip
Haiku supporting patches
Diffstat (limited to 'ctest.c')
-rw-r--r--ctest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctest.c b/ctest.c
index 00be423d1..0571e9e02 100644
--- a/ctest.c
+++ b/ctest.c
@@ -101,6 +101,10 @@ OS_INTERIX
OS_LINUX
#endif
+#if defined(__HAIKU__)
+OS_HAIKU
+#endif
+
#if defined(__i386) || defined(_X86)
ARCH_X86
#endif