mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Merge pull request #910 from joerg-krause/patch-1
Drop CMAKE_SYSROOT from taglib-config
This commit is contained in:
commit
2918602ad0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user