Skip to content

Commit 1f32d7f

Browse files
authored
Fix invalid target naming (#5)
Signed-off-by: paulober <[email protected]>
1 parent 29a0793 commit 1f32d7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/windows/openocd/build-openocd.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ make -j$(nproc)
1414
DESTDIR="$PWD/../openocd-install" make install
1515
cp "/mingw$BITNESS/bin/libhidapi-0.dll" "$PWD/../openocd-install/mingw$BITNESS/bin"
1616
cp "/mingw$BITNESS/bin/libusb-1.0.dll" "$PWD/../openocd-install/mingw$BITNESS/bin"
17+
18+
# Removing files with special char in their names
19+
# they cause issues with some decompression libraries
20+
rm "$DESTDIR/scripts/target/1986*.cfg"

0 commit comments

Comments
 (0)