mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
"curl" is compiled statically so "net" library must be compiled with CURL_STATICLIB flag.
This commit is contained in:
parent
7b639e814b
commit
3dc7e01f74
@ -1,6 +1,8 @@
|
|||||||
# ASE - Allegro Sprite Editor
|
# ASE - Allegro Sprite Editor
|
||||||
# Copyright (C) 2001-2011 David Capello
|
# Copyright (C) 2001-2011 David Capello
|
||||||
|
|
||||||
|
add_definitions(-DCURL_STATICLIB)
|
||||||
|
|
||||||
add_library(net-lib
|
add_library(net-lib
|
||||||
http_headers.cpp
|
http_headers.cpp
|
||||||
http_request.cpp
|
http_request.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user