mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Fix link problem with gcc compiler and loadpng library.
This commit is contained in:
parent
25605d8c06
commit
3f7d7b00b7
@ -80,7 +80,7 @@ if(USE_SHARED_LIBLOADPNG)
|
||||
set(libs3rdparty ${libs3rdparty} ${LIBLOADPNG_LIBRARY})
|
||||
include_directories(${LIBLOADPNG_INCLUDE_DIR})
|
||||
else()
|
||||
set(libs3rdparty ${libs3rdparty} loadpng)
|
||||
set(libs3rdparty loadpng ${libs3rdparty})
|
||||
include_directories(${LOADPNG_DIR})
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user