Update ENet to avoid dependency on qwave.dll
This commit is contained in:
parent
ac9c4e82ac
commit
9999156f26
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
Subproject commit ad5bf95397adc6feb866e9bcef40dced17ec6489
|
||||
Subproject commit 8d69c5abe4b699e7077395e01927bd102b3ba597
|
||||
Loading…
Add table
Add a link
Reference in a new issue