Skip to content

Commit f5b0c6c

Browse files
committed
Fix path to copy-deps.sh
1 parent 786483a commit f5b0c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/windows/openocd/build-openocd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ make -j$(nproc)
1414
DESTDIR="$BUILDDIR/$INSTALLDIR" make install
1515

1616
cd "$BUILDDIR/$INSTALLDIR/${MSYSTEM,,}/bin"
17-
"$BUILDDIR/../packages/common/copy-deps.sh"
17+
"$BUILDDIR/../packages/windows/copy-deps.sh"

0 commit comments

Comments
 (0)