From cc70a01c5c25fc20cacc3510f28370c192ca7629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Fri, 8 Sep 2023 14:07:33 +0200 Subject: [PATCH] chore: use std python paths Depends-On: topic:install_std_python_paths Change-Id: Ie9264504a1657517c7ed3ea20ef3455a626c008b --- pyhxcomm/wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/pyhxcomm/wscript b/pyhxcomm/wscript index 8297b9a..5e6679f 100644 --- a/pyhxcomm/wscript +++ b/pyhxcomm/wscript @@ -54,7 +54,6 @@ def build(bld): genpybind_num_files=10, features='genpybind cxx cxxshlib pyext', use=['hxcomm', 'pyhxcomm_inc'], - install_path='${PREFIX}/lib', ) bld( -- GitLab