Skip to content

Commit af6a230

Browse files
committed
fix zig relative directory
1 parent 8d30334 commit af6a230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/scripts/zig-cc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
4-
BUILDROOT_ABS="$(realpath "$SCRIPT_DIR/../../buildroot/include" 2>/dev/null || true)"
4+
BUILDROOT_ABS="$(realpath "$SCRIPT_DIR/../../../buildroot/include" 2>/dev/null || true)"
55
PARSED_ARGS=()
66

77
while [[ $# -gt 0 ]]; do

0 commit comments

Comments
 (0)