We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acd58d commit 6628b1dCopy full SHA for 6628b1d
build_conquest_python.py
@@ -219,8 +219,9 @@ def arguments_to_configuration_script(self):
219
'--enable-shared',
220
# '--enable-threads',
221
'--enable-64bit',
222
- f"--includedir={ConquestPythonPackage().python_base_directory / 'include'}",
223
- f'--libdir={ConquestPythonPackage().python_base_directory / "lib"}',
+ f"--prefix={ConquestPythonPackage().python_base_directory}",
+ # f"--includedir={ConquestPythonPackage().python_base_directory / 'include'}",
224
+ # f'--libdir={ConquestPythonPackage().python_base_directory / "lib"}',
225
]
226
if self.macos:
227
args.extend([
0 commit comments