Skip to content

Commit a7a4a6c

Browse files
committed
Merge branch 'release/2.x'
2 parents 42529c2 + bfe89e0 commit a7a4a6c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## Added
9+
- This library now builds and works properly on Haiku OS
10+
811
## [3.6] - 2025-09-26
912

1013
### Added

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)