mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 12:05:00 +00:00
Use jna.boot.library.path instd of LD_LIBRARY_PATH
This commit is contained in:
parent
6feb8adfb0
commit
f202e69a31
1 changed files with 1 additions and 1 deletions
|
@ -281,8 +281,8 @@ execute_server(struct server *server, const struct server_params *params) {
|
|||
const char *const cmd[] = {
|
||||
"shell",
|
||||
"CLASSPATH=" DEVICE_SERVER_PATH,
|
||||
"LD_LIBRARY_PATH=" DEVICE_SERVER_DIR,
|
||||
"app_process",
|
||||
"-Djna.boot.library.path=/data/local/tmp",
|
||||
#ifdef SERVER_DEBUGGER
|
||||
# define SERVER_DEBUGGER_PORT "5005"
|
||||
# ifdef SERVER_DEBUGGER_METHOD_NEW
|
||||
|
|
Loading…
Add table
Reference in a new issue