mirror of
				https://github.com/taglib/taglib.git
				synced 2025-10-31 15:55:17 -04:00 
			
		
		
		
	Merge pull request #910 from joerg-krause/patch-1
Drop CMAKE_SYSROOT from taglib-config
This commit is contained in:
		| @ -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 | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user