mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
fix getopt
This commit is contained in:
@@ -156,7 +156,9 @@ if(WIN32)
|
||||
windows/timer_resolution.h)
|
||||
target_link_libraries(common PRIVATE ntdll)
|
||||
endif()
|
||||
|
||||
if (MSVC)
|
||||
target_link_libraries(common PRIVATE getopt)
|
||||
endif()
|
||||
if(NOT WIN32)
|
||||
target_sources(common PRIVATE signal_chain.cpp signal_chain.h)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user