aboutsummaryrefslogtreecommitdiff
path: root/ports/upb/no-wyhash.patch
blob: e9754eedb72430fa4a90a6a6460862f4e07876f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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