fix: can't find rustdesk.so
This commit is contained in:
parent
cd4f578cf7
commit
b38c3299d8
6 changed files with 240 additions and 197 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#include <dlfcn.h>
|
||||
#include "my_application.h"
|
||||
|
||||
#define RUSTDESK_LIB_PATH "/usr/lib/rustdesk/librustdesk.so"
|
||||
#define RUSTDESK_LIB_PATH "ibrustdesk.so"
|
||||
// #define RUSTDESK_LIB_PATH "/usr/lib/rustdesk/librustdesk.so"
|
||||
typedef bool (*RustDeskCoreMain)();
|
||||
|
||||
bool flutter_rustdesk_core_main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue