From 1d854f953f7e8c8ead44406a22bb80421ca3857c 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: I0c5d70aae9ece2f4bcd49bd4a865a97764c25333
---
 pysctrltp/wscript | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pysctrltp/wscript b/pysctrltp/wscript
index fc2f6e9..73ea6ae 100644
--- a/pysctrltp/wscript
+++ b/pysctrltp/wscript
@@ -36,7 +36,6 @@ def build(bld):
         source = 'pysctrltp.cpp',
         features = 'cxx pyext',
         use = ['hostarq', 'arqstream_obj', 'pybind11'],
-        install_path = 'lib',
     )
 
     bld(
-- 
GitLab