We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed476af commit cc5b54bCopy full SHA for cc5b54b
1 file changed
lib/inc/sys_string/impl/platform.h
@@ -123,7 +123,7 @@
123
124
#endif
125
126
-#elif defined(__linux__) || defined(__FreeBSD__) || defined(__unix__)
+#elif defined(__linux__) || defined(__FreeBSD__) || defined(__unix__) || defined(__HAIKU__)
127
128
129
#if !SYS_STRING_USE_PYTHON && !SYS_STRING_USE_GENERIC
@@ -140,4 +140,4 @@
140
141
#else
142
#error Unsupported platform
143
-#endif
+#endif
0 commit comments