mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +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
|
||||
# Copyright (C) 2001-2011 David Capello
|
||||
|
||||
add_definitions(-DCURL_STATICLIB)
|
||||
|
||||
add_library(net-lib
|
||||
http_headers.cpp
|
||||
http_request.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user