mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +00:00
Merge pull request #1082 from winterheart/x11-undelinking
Fixing underlinking for gcc 4.9
This commit is contained in:
commit
ba21e312f5
@ -242,7 +242,8 @@ if(USE_ALLEG4_BACKEND)
|
|||||||
target_link_libraries(she
|
target_link_libraries(she
|
||||||
${LOADPNG_LIBRARY}
|
${LOADPNG_LIBRARY}
|
||||||
${LIBALLEGRO4_LINK_FLAGS}
|
${LIBALLEGRO4_LINK_FLAGS}
|
||||||
${DXGUID_LIBRARIES})
|
${DXGUID_LIBRARIES}
|
||||||
|
${X11_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USE_SKIA_BACKEND)
|
if(USE_SKIA_BACKEND)
|
||||||
|
Loading…
Reference in New Issue
Block a user