mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-01 15:33:52 +08:00
3 lines
115 B
Bash
3 lines
115 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
gcc -I/data/openpilot/phonelibs/opencl/include -L/system/vendor/lib64 -lOpenCL -lCB -lgsl go.c
|