mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
Move all patches into contrib/patches
This commit is contained in:
parent
f9144a7bb3
commit
1c0e4dc4e7
2 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ add_static_target(sqlite3 sqlite3_external libsqlite3.a)
|
|||
|
||||
if(ZMQ_VERSION VERSION_LESS 4.3.4 AND CMAKE_CROSSCOMPILING AND ARCH_TRIPLET MATCHES mingw)
|
||||
set(zmq_patch
|
||||
PATCH_COMMAND patch -p1 -i ${PROJECT_SOURCE_DIR}/contrib/cross/patches/libzmq-mingw-closesocket.patch)
|
||||
PATCH_COMMAND patch -p1 -i ${PROJECT_SOURCE_DIR}/contrib/patches/libzmq-mingw-closesocket.patch)
|
||||
endif()
|
||||
|
||||
build_external(zmq
|
||||
|
|
Loading…
Reference in a new issue