mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Update ENet to avoid dependency on qwave.dll
This commit is contained in:
parent
ac9c4e82ac
commit
9999156f26
@ -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…
x
Reference in New Issue
Block a user