fix linux RUSTDESK_LIB_PATH
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
d5d2a98572
commit
e594657f97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue