We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d30334 commit af6a230Copy full SHA for af6a230
src/SPC/store/scripts/zig-cc.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
4
-BUILDROOT_ABS="$(realpath "$SCRIPT_DIR/../../buildroot/include" 2>/dev/null || true)"
+BUILDROOT_ABS="$(realpath "$SCRIPT_DIR/../../../buildroot/include" 2>/dev/null || true)"
5
PARSED_ARGS=()
6
7
while [[ $# -gt 0 ]]; do
0 commit comments