vcpkg/ports/upb/no-wyhash.patch

14 lines
324 B
Diff
Raw Normal View History

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index ed494d9..0155a7b 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -84,7 +84,7 @@ add_library(upb
target_link_libraries(upb
fastdecode
port
- /third_party/wyhash)
+ )
add_library(fastdecode
../upb/decode.int.h
../upb/decode_fast.c