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 29a0793 commit 1f32d7fCopy full SHA for 1f32d7f
packages/windows/openocd/build-openocd.sh
@@ -14,3 +14,7 @@ make -j$(nproc)
14
DESTDIR="$PWD/../openocd-install" make install
15
cp "/mingw$BITNESS/bin/libhidapi-0.dll" "$PWD/../openocd-install/mingw$BITNESS/bin"
16
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