From 692fa43c6a9958f240ee50db0e7cf5cc7616a9a8 Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Sun, 25 Feb 2024 20:43:00 +0100 Subject: [PATCH] Fix setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c5c92fa..a47ffb2 100755 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ def get_library_dirs(): "cuba", "class", ], + library_dirs=get_library_dirs(), extra_compile_args=extra_compile_args, ), ]