add static link option for ellcc

pull/1/head
Jeff Becker 6 years ago
parent 51c5cf8540
commit 54960ef5de
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -73,6 +73,10 @@ endif()
set(LIBS ${SODIUM_LIB} pthread)
if(STATIC_LINK)
set(LIBS ${LIBS} c c++)
endif()
set(LIB llarp)
set(SHARED_LIB ${LIB})
set(STATIC_LIB ${LIB}-static)

Loading…
Cancel
Save