mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-23 11:43:55 +08:00
3 lines
186 B
Bash
Executable File
3 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
clang++ -I /home/batman/one/external/tensorflow/include/ -L /home/batman/one/external/tensorflow/lib -Wl,-rpath=/home/batman/one/external/tensorflow/lib main.cc -ltensorflow
|