From 3307bfab1b698893b5e570345e43e58a993aecd3 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Tue, 17 Mar 2020 19:11:29 +0100 Subject: [PATCH] fix --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 229e265b6..f409a20fd 100755 --- a/python/setup.py +++ b/python/setup.py @@ -45,7 +45,7 @@ ext_modules = [ # get_pybind_include(), # get_pybind_include(user=True), os.path.join('../libs/pybind11/include'), - os.path.join(get_conda_path(), 'include/slsDetectorPackage'), + os.path.join(get_conda_path(), 'include'), ], libraries=['SlsDetector', 'SlsReceiver', 'zmq'],