mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Update ENet to avoid dependency on qwave.dll
This commit is contained in:
@@ -27,7 +27,7 @@ endif()
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(moonlight-common-c PRIVATE /W3 /wd4100 /wd4232 /wd5105 /WX)
|
||||
target_link_libraries(moonlight-common-c PRIVATE ws2_32.lib qwave.lib winmm.lib)
|
||||
target_link_libraries(moonlight-common-c PRIVATE ws2_32.lib winmm.lib)
|
||||
else()
|
||||
target_compile_options(moonlight-common-c PRIVATE -Wall -Wextra -Wno-unused-parameter -Werror)
|
||||
endif()
|
||||
|
||||
2
enet
2
enet
Submodule enet updated: ad5bf95397...8d69c5abe4
Reference in New Issue
Block a user