Merge pull request #910 from joerg-krause/patch-1

Drop CMAKE_SYSROOT from taglib-config
This commit is contained in:
Scott Wheeler 2019-08-26 23:37:24 +02:00 committed by GitHub
commit 2918602ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ EOH
exit 1;
}
prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${exec_prefix}/lib
includedir=${prefix}/include