From bd874abcebae787ea1f1fddc138fb67a8abf9c9b Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Sat, 4 Aug 2018 23:06:25 +0100
Subject: working CMake project for Win and conda/no-conda

---
 Wrappers/Python/setup-regularisers.py.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'Wrappers/Python/setup-regularisers.py.in')

diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in
index 7108683..542dcb4 100644
--- a/Wrappers/Python/setup-regularisers.py.in
+++ b/Wrappers/Python/setup-regularisers.py.in
@@ -27,11 +27,13 @@ except:
 extra_include_dirs = [numpy.get_include(), library_include_path]
 #extra_library_dirs = [os.path.join(library_include_path, "..", "lib")]
 extra_compile_args = []
-extra_library_dirs = []
+extra_library_dirs = [library_lib_path]
 extra_compile_args = []
 extra_link_args = []
 extra_libraries = ['cilreg']
 
+print ("extra_library_dirs " , extra_library_dirs)
+
 extra_include_dirs += [os.path.join(".." , ".." , "Core"),
                        os.path.join(".." , ".." , "Core",  "regularisers_CPU"),
                        os.path.join(".." , ".." , "Core",  "inpainters_CPU"),
-- 
cgit v1.2.3