mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +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
|
||||
${LOADPNG_LIBRARY}
|
||||
${LIBALLEGRO4_LINK_FLAGS}
|
||||
${DXGUID_LIBRARIES})
|
||||
${DXGUID_LIBRARIES}
|
||||
${X11_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(USE_SKIA_BACKEND)
|
||||
|
Loading…
Reference in New Issue
Block a user