Skip to content

Commit

Permalink
Fix invalid target naming (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober authored Sep 25, 2024
1 parent 29a0793 commit 1f32d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/windows/openocd/build-openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ make -j$(nproc)
DESTDIR="$PWD/../openocd-install" make install
cp "/mingw$BITNESS/bin/libhidapi-0.dll" "$PWD/../openocd-install/mingw$BITNESS/bin"
cp "/mingw$BITNESS/bin/libusb-1.0.dll" "$PWD/../openocd-install/mingw$BITNESS/bin"

# Removing files with special char in their names
# they cause issues with some decompression libraries
rm "$DESTDIR/scripts/target/1986*.cfg"

0 comments on commit 1f32d7f

Please sign in to comment.