diff options
Diffstat (limited to 'Modules/Platform/OpenBSD.cmake')
-rw-r--r-- | Modules/Platform/OpenBSD.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake index 97e2a6a..f6b955a 100644 --- a/Modules/Platform/OpenBSD.cmake +++ b/Modules/Platform/OpenBSD.cmake @@ -1,4 +1,6 @@ include(Platform/NetBSD) +unset(NETBSD) +set(OPENBSD 1) # On OpenBSD, the compile time linker does not share it's configuration with # the runtime linker. This will extract the library search paths from the |