Skip to content

Commit

Permalink
Set the extension correctly for OpenBSD (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 authored Aug 21, 2024
1 parent 2543c7f commit e85d370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/utils_dynamic_libs.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace utils {
#define EXT ".dylib"
#endif
// Android SDK build system does not support .so file name versioning
#elif __FreeBSD__ || __NetBSD__ || __sun || _AIX || __ANDROID__
#elif __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __sun || _AIX || __ANDROID__
#define EXT ".so"
#elif __unix__ // Order of these elif's matters!
#define EXT __TBB_STRING(.so.2)
Expand Down

0 comments on commit e85d370

Please sign in to comment.