SIPPackage: fix build system (#28447)
This commit is contained in:
@@ -53,7 +53,8 @@ def configure(self, spec, prefix):
|
||||
'--sip-module={0}'.format(spec.variants['module'].value),
|
||||
'--bindir={0}'.format(prefix.bin),
|
||||
'--destdir={0}'.format(python_platlib),
|
||||
'--incdir={0}'.format(spec['python'].package.include),
|
||||
'--incdir={0}'.format(join_path(
|
||||
prefix, spec['python'].package.include)),
|
||||
'--sipdir={0}'.format(prefix.share.sip),
|
||||
'--stubsdir={0}'.format(python_platlib),
|
||||
]
|
||||
|
Reference in New Issue
Block a user