mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 04:52:09 +08:00
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
|