mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Fix linking libarchive with app executable on MSVC
This commit is contained in:
parent
10bcc83a37
commit
6abfde7054
@ -82,6 +82,9 @@ if(WITH_WEBP_SUPPORT)
|
||||
add_definitions(-DASEPRITE_WITH_WEBP_SUPPORT)
|
||||
endif()
|
||||
|
||||
# libarchive definitions
|
||||
add_definitions(-DLIBARCHIVE_STATIC)
|
||||
|
||||
######################################################################
|
||||
# app-lib target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user