Skip to content

Commit b7791a4

Browse files
committed
add defined(ounce)
1 parent bbccfad commit b7791a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sentry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extern "C" {
8383
/* IBM i PASE is also counted as AIX */
8484
# define SENTRY_PLATFORM_AIX
8585
# define SENTRY_PLATFORM_UNIX
86-
#elif defined(__NX__)
86+
#elif defined(__NX__) || defined(__OUNCE__)
8787
# define SENTRY_PLATFORM_NX
8888
#else
8989
# error unsupported platform

0 commit comments

Comments
 (0)