mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix ci
This commit is contained in:
parent
fe1cf1105a
commit
6d09c0adcf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ bool flutter_rustdesk_core_main() {
|
|||
const char* apprun_ld_library_path = getenv("APPRUN_LD_LIBRARY_PATH");
|
||||
if (appdir && apprun_ld_library_path) {
|
||||
std::string new_ld_library_path = std::string(apprun_ld_library_path) + ":" + getenv("LD_LIBRARY_PATH");
|
||||
printf("Setting LD_LIBRARY_PATH to %s\n", new_ld_library_path.c_str()
|
||||
printf("Setting LD_LIBRARY_PATH to %s\n", new_ld_library_path.c_str());
|
||||
setenv("LD_LIBRARY_PATH", new_ld_library_path.c_str(), 1);
|
||||
}
|
||||
void* librustdesk = dlopen(RUSTDESK_LIB_PATH, RTLD_LAZY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue