1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-25 07:33:00 -05:00

feat: initial support for haiku

This commit is contained in:
user0-07161
2025-11-04 06:32:36 +00:00
parent a44b21cef3
commit b02519b9f5
6 changed files with 15 additions and 4 deletions

View File

@@ -66,6 +66,8 @@
# define APP_OS "FreeBSD"
#elif defined XMRIG_OS_OPENBSD
# define APP_OS "OpenBSD"
#elif defined XMRIG_OS_HAIKU
# define APP_OS "Haiku"
#else
# define APP_OS "Unknown OS"
#endif