mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Define CURL_STATICLIB if we don't use libcurl shared version (might be related to #640)
This problem was introduced in d7bf504887
This commit is contained in:
parent
be946ceab1
commit
73fa7b2107
@ -147,6 +147,10 @@ if(NOT USE_SHARED_GTEST)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT USE_SHARED_CURL)
|
||||
set(CURL_STATICLIB ON BOOL)
|
||||
endif()
|
||||
|
||||
######################################################################
|
||||
# Allegro 4 backend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user