1
Fork 0
hermetic_cc_toolchain/getpath

7 lines
172 B
Plaintext
Raw Normal View History

2021-06-10 18:51:59 +03:00
#!/bin/bash
exec bazel aquery \
--platforms "$1" "$2" 2>/dev/null | \
awk "/action 'GoLink/{f=1};/Outputs: / &&f{print;exit}" | \
awk -F'\\[|\\]' '{print $2}'