fix linux RUSTDESK_LIB_PATH

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages 2022-09-08 12:20:33 +08:00
parent d5d2a98572
commit e594657f97

View File

@ -1,7 +1,7 @@
#include <dlfcn.h>
#include "my_application.h"
#define RUSTDESK_LIB_PATH "ibrustdesk.so"
#define RUSTDESK_LIB_PATH "librustdesk.so"
// #define RUSTDESK_LIB_PATH "/usr/lib/rustdesk/librustdesk.so"
typedef bool (*RustDeskCoreMain)();