Fix linking libarchive with app executable on MSVC

This commit is contained in:
David Capello 2017-06-14 20:02:48 -03:00
parent 10bcc83a37
commit 6abfde7054

View File

@ -82,6 +82,9 @@ if(WITH_WEBP_SUPPORT)
add_definitions(-DASEPRITE_WITH_WEBP_SUPPORT)
endif()
# libarchive definitions
add_definitions(-DLIBARCHIVE_STATIC)
######################################################################
# app-lib target