mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 09:42:11 +08:00
fdbf213be8
old-commit-hash: 860a48765d
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
make
|
|
export LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH
|
|
exec ./ui
|