CI: added openbsd build

This commit is contained in:
SChernykh
2023-02-16 10:43:12 +01:00
parent ed59579a9d
commit 39216df8eb
2 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ INT_ENTRY(uint16_t)
INT_ENTRY(uint32_t)
INT_ENTRY(uint64_t)
#ifdef __APPLE__
#if defined(__APPLE__) || defined(__OpenBSD__)
INT_ENTRY(long)
INT_ENTRY(unsigned long)
#endif