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 1f32d7f commit 4bc56f5Copy full SHA for 4bc56f5
packages/windows/openocd/build-openocd.sh
@@ -17,4 +17,4 @@ cp "/mingw$BITNESS/bin/libusb-1.0.dll" "$PWD/../openocd-install/mingw$BITNESS/bi
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"
+rm "$PWD/../openocd-install/mingw$BITNESS/scripts/target/1986*.cfg"
0 commit comments