mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-22 12:35:01 +00:00
Use jna.boot.library.path instd of LD_LIBRARY_PATH
This commit is contained in:
parent
b8c81bb5fd
commit
55ca08ff73
1 changed files with 1 additions and 1 deletions
|
@ -186,8 +186,8 @@ execute_server(struct sc_server *server,
|
|||
cmd[count++] = serial;
|
||||
cmd[count++] = "shell";
|
||||
cmd[count++] = "CLASSPATH=" SC_DEVICE_SERVER_PATH;
|
||||
cmd[count++] = "LD_LIBRARY_PATH=" SC_DEVICE_SERVER_DIR;
|
||||
cmd[count++] = "app_process";
|
||||
cmd[count++] = "-Djna.boot.library.path=/data/local/tmp";
|
||||
|
||||
#ifdef SERVER_DEBUGGER
|
||||
# define SERVER_DEBUGGER_PORT "5005"
|
||||
|
|
Loading…
Add table
Reference in a new issue