mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-04 15:56:05 +08:00
fdbf213be8
old-commit-hash: 860a48765d1016ba226fb2c64aea35a45fe40e4a
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
|