mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
Typo
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
933feab72e
commit
914cf32316
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ elseif (WIN32)
|
|||
elseif (PLATFORM_HAIKU)
|
||||
# Haiku is so special :)
|
||||
set(PLATFORM_LIBRARIES bsd /boot/system/lib/libnetwork.so)
|
||||
elseif (CMAKE_SYSTEM_ NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$")
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$")
|
||||
set(PLATFORM_LIBRARIES rt)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue