mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
[irrlicht] Reorder link libraries
Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
This commit is contained in:
parent
f3e317b16f
commit
66cfb24adf
@ -79,9 +79,9 @@ else()
|
||||
endif()
|
||||
|
||||
target_link_libraries(Irrlicht PRIVATE
|
||||
${ZLIB_LIBRARY}
|
||||
${PNG_LIBRARY}
|
||||
${JPEG_LIBRARY}
|
||||
${ZLIB_LIBRARY}
|
||||
${BZIP2_LIBRARY}
|
||||
)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: irrlicht
|
||||
Version: 1.8.4-2
|
||||
Version: 1.8.4-3
|
||||
Homepage: http://irrlicht.sourceforge.net
|
||||
Description: Irrlicht lightning fast 3d engine
|
||||
Build-Depends: zlib, libpng, bzip2, libjpeg-turbo
|
||||
|
Loading…
Reference in New Issue
Block a user