libkml: fix darwin install name (#12872)
This commit is contained in:
		@@ -57,3 +57,9 @@ def cmake_args(self):
 | 
			
		||||
            args.append('-DBUILD_TESTING:BOOL=OFF')
 | 
			
		||||
 | 
			
		||||
        return args
 | 
			
		||||
 | 
			
		||||
    @run_after('install')
 | 
			
		||||
    def darwin_fix(self):
 | 
			
		||||
        # The shared library is not installed correctly on Darwin; fix this
 | 
			
		||||
        if self.spec.satisfies('platform=darwin'):
 | 
			
		||||
            fix_darwin_install_name(self.prefix.lib)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user