Skip to content

Commit

Permalink
fix linux build (fixes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Oct 31, 2024
1 parent af1eac7 commit 5b17264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ if(UNIX)
COMPILE_FLAGS "-m32 -g -O2 -fno-strict-aliasing -Wall -Wextra -Wpedantic -Wno-invalid-offsetof -Wno-class-memaccess -Wno-unused-parameter ${ASAN_CFLAGS}"
LINK_FLAGS "-m32 -g ${ASAN_LFLAGS}"
)

target_link_libraries(${PROJECT_NAME} PRIVATE WS2_32 IPHLPAPI)

elseif(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /W4")
Expand Down

0 comments on commit 5b17264

Please sign in to comment.