1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Merged in filnet/librepilot/LP-503_support_older_osg (pull request #412)

LP-503 osg: support older version to make Tea CI happy

Approved-by: Lalanne Laurent <f5soh@free.fr>
Approved-by: Philippe Renon <philippe_renon@yahoo.fr>
Approved-by: Brian Webb <webbbn@gmail.com>
This commit is contained in:
Philippe Renon 2017-04-17 09:30:53 +00:00 committed by Lalanne Laurent
commit 07e948cb05

View File

@ -56,11 +56,19 @@ osg:win32 {
libp11-kit-0.dll \
libffi-6.dll \
libtasn1-6.dll \
libhogweed-4.dll \
libnettle-6.dll \
libssh2-1.dll \
libnghttp2-14.dll
equals(OSG_VERSION, "3.5.1") {
OSG_LIBS += \
libhogweed-4-2.dll \
libnettle-6-2.dll
} else {
OSG_LIBS += \
libhogweed-4.dll \
libnettle-6.dll
}
# other
OSG_LIBS += \
libjpeg-8.dll \