Commit 65daf1dc8a706dfcab56e7db514cba055e2dc36f

Thomas de Grivel 2020-05-07T16:03:00

fix lib path

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/librtbuf/rtbuf_lib.c b/librtbuf/rtbuf_lib.c
index bf0e875..bc9f3a9 100644
--- a/librtbuf/rtbuf_lib.c
+++ b/librtbuf/rtbuf_lib.c
@@ -34,8 +34,7 @@ s_data_alloc g_rtbuf_lib_alloc;
 s_rtbuf_lib *g_rtbuf_lib;
 
 char g_rtbuf_lib_user_dir[1024];
-char *g_rtbuf_lib_path[] = { "./",
-                             "./.libs/",
+char *g_rtbuf_lib_path[] = { "./lib/",
                              g_rtbuf_lib_user_dir,
                              "/usr/local/lib/rtbuf/",
                              "/usr/lib/rtbuf/",