SIPPackage: fix build system (#28447)
This commit is contained in:
		| @@ -102,17 +102,13 @@ def configure(self, spec, prefix): | ||||
| 
 | ||||
|         args = self.configure_args() | ||||
| 
 | ||||
|         python_include_dir = os.path.basename( | ||||
|             inspect.getmodule(self).python_include_dir | ||||
|         ) | ||||
| 
 | ||||
|         args.extend([ | ||||
|             '--verbose', | ||||
|             '--confirm-license', | ||||
|             '--qmake', spec['qt'].prefix.bin.qmake, | ||||
|             '--sip', spec['py-sip'].prefix.bin.sip, | ||||
|             '--sip-incdir', join_path(spec['py-sip'].prefix.include, | ||||
|                                       python_include_dir), | ||||
|             '--sip-incdir', join_path(spec['py-sip'].prefix, | ||||
|                                       spec['python'].package.include), | ||||
|             '--bindir', prefix.bin, | ||||
|             '--destdir', inspect.getmodule(self).python_platlib, | ||||
|         ]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Adam J. Stewart
					Adam J. Stewart