mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
eec2ca1e8b
* CI speedup * use the new stuff * push * no regressions * try that * don't let this slip * fix modeld tests * fix linter * modernize prebuilt * cleanup * fix those * increase a bit old-commit-hash: 00494a44f4fb8f9e18ce82e22bf40fbe6bc1a805
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
|