Skip to content

Commit 6628b1d

Browse files
Try and just set prefix (CQ-1519)
1 parent 4acd58d commit 6628b1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build_conquest_python.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,9 @@ def arguments_to_configuration_script(self):
219219
'--enable-shared',
220220
# '--enable-threads',
221221
'--enable-64bit',
222-
f"--includedir={ConquestPythonPackage().python_base_directory / 'include'}",
223-
f'--libdir={ConquestPythonPackage().python_base_directory / "lib"}',
222+
f"--prefix={ConquestPythonPackage().python_base_directory}",
223+
# f"--includedir={ConquestPythonPackage().python_base_directory / 'include'}",
224+
# f'--libdir={ConquestPythonPackage().python_base_directory / "lib"}',
224225
]
225226
if self.macos:
226227
args.extend([

0 commit comments

Comments
 (0)