mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +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})
|
set(libs3rdparty ${libs3rdparty} ${LIBLOADPNG_LIBRARY})
|
||||||
include_directories(${LIBLOADPNG_INCLUDE_DIR})
|
include_directories(${LIBLOADPNG_INCLUDE_DIR})
|
||||||
else()
|
else()
|
||||||
set(libs3rdparty ${libs3rdparty} loadpng)
|
set(libs3rdparty loadpng ${libs3rdparty})
|
||||||
include_directories(${LOADPNG_DIR})
|
include_directories(${LOADPNG_DIR})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user