From 9999156f26be769aad5d345bf80f83a9f964ab9c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 12 Jun 2021 12:15:57 -0500 Subject: [PATCH] Update ENet to avoid dependency on qwave.dll --- CMakeLists.txt | 2 +- enet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b08495..3f5e9ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/enet b/enet index ad5bf95..8d69c5a 160000 --- a/enet +++ b/enet @@ -1 +1 @@ -Subproject commit ad5bf95397adc6feb866e9bcef40dced17ec6489 +Subproject commit 8d69c5abe4b699e7077395e01927bd102b3ba597