diff --git a/pysctrltp/wscript b/pysctrltp/wscript
index fc2f6e90dba2492a7e29750eb73da4112ea5489b..73ea6ae59272e9afaf7759acdda4011edf53ef56 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(