1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

fix ci for win32

This commit is contained in:
Jeff Becker 2020-04-22 08:28:25 -04:00
parent 1b7fa7c978
commit 783e72da73
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -36,7 +36,6 @@ set(EXE_LIBS ${STATIC_LIB} ws2_32 iphlpapi)
if(RELEASE_MOTTO)
add_definitions(-DLLARP_RELEASE_MOTTO="${RELEASE_MOTTO}")
add_definitions(-DRELEASE_MOTTO=${RELEASE_MOTTO})
endif()
if (NOT STATIC_LINK_RUNTIME AND NOT MSVC)