mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Merge pull request #516 from hasufell/underlinking_fix
Link with platforms libs when USE_SHARED_ALLEGRO4=ON (fix #513, #514)
This commit is contained in:
commit
a800047b34
@ -58,6 +58,7 @@ if(USE_SHARED_ALLEGRO4)
|
||||
OUTPUT_VARIABLE LIBALLEGRO4_LINK_FLAGS
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
|
||||
set(LIBALLEGRO4_LINK_FLAGS ${LIBALLEGRO4_LINK_FLAGS} ${PLATFORM_LIBS})
|
||||
include_directories(${LIBALLEGRO4_INCLUDE_DIR})
|
||||
else()
|
||||
add_definitions(-DALLEGRO4_WITH_RESIZE_PATCH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user