mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 16:33:52 +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
|