Skip to content

Commit 94d5fa3

Browse files
Fixing OUTPUT_DIR path
1 parent 822d82d commit 94d5fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_newlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ arm-none-eabi-strip --strip-debug "${INSTALL}/arm-none-eabi/lib/libc.a"
8989
arm-none-eabi-strip --strip-debug "${INSTALL}/arm-none-eabi/lib/libm.a"
9090

9191
# Copy back
92-
OUTPUT_DIR=$(realpath "$OUTPUT_DIR")
9392
mkdir -p "$OUTPUT_DIR"
93+
OUTPUT_DIR=$(realpath "$OUTPUT_DIR")
9494
cp "${INSTALL}/arm-none-eabi/lib/libc.a" "$OUTPUT_DIR"
9595
cp "${INSTALL}/arm-none-eabi/lib/libm.a" "$OUTPUT_DIR"
9696

0 commit comments

Comments
 (0)