mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
fix linux RUSTDESK_LIB_PATH
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
d5d2a98572
commit
e594657f97
@ -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)();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user