Skip to content

Commit cc5b54b

Browse files
committed
Support for Haiku OS
1 parent ed476af commit cc5b54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/inc/sys_string/impl/platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
#endif
125125

126-
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__unix__)
126+
#elif defined(__linux__) || defined(__FreeBSD__) || defined(__unix__) || defined(__HAIKU__)
127127

128128

129129
#if !SYS_STRING_USE_PYTHON && !SYS_STRING_USE_GENERIC
@@ -140,4 +140,4 @@
140140

141141
#else
142142
#error Unsupported platform
143-
#endif
143+
#endif

0 commit comments

Comments
 (0)