mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Define CURL_STATICLIB if we don't use libcurl shared version (might be related to #640)
This problem was introduced in d7bf5048877ff270f434607437180519d13ef389
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…
x
Reference in New Issue
Block a user