mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Fix aseprite binary link error
Was getting this when linking aseprite: check_update.cpp:113: undefined reference to net::HttpHeaders::setHeader(std::string const&, std::string const&)
This commit is contained in:
parent
be946ceab1
commit
db8f0e1f0d
@ -12,3 +12,4 @@ elseif(APPLE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(updater-lib ${UPDATER_LIB_SOURCES})
|
add_library(updater-lib ${UPDATER_LIB_SOURCES})
|
||||||
|
target_link_libraries(updater-lib net-lib)
|
||||||
|
Loading…
Reference in New Issue
Block a user