8000 add support to build unittest cpp on AIX (IBM) · unittest-cpp/unittest-cpp@a7d506d · GitHub
[go: up one dir, main page]

Skip to content

Commit a7d506d

Browse files
authored
add support to build unittest cpp on AIX (IBM)
1 parent bc5d87f commit a7d506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTest++/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(linux) || \
2424
defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) \
25-
|| defined (__HAIKU__)
25+
|| defined (__HAIKU__) || defined(_AIX)
2626
#define UNITTEST_POSIX
2727
#endif
2828

0 commit comments

Comments
 (0)
0