Skip to content

Commit fa0539d

Browse files
committed
Fix sed on MacOS, and possibly fix jimtcl on Windows
1 parent d7a4a23 commit fa0539d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

packages/macos/openocd/build-openocd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -euo pipefail
44

55
cd openocd
6+
67
./bootstrap
78
# See https://github.com/raspberrypi/openocd/issues/30
89
# ./configure --disable-werror CAPSTONE_CFLAGS="$(pkg-config capstone --cflags | sed s/.capstone\$//)"

packages/windows/openocd/build-openocd.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@ INSTALLDIR="openocd-install"
77

88
cd openocd
99

10-
cd jimtcl
11-
./configure
12-
make
13-
make install
14-
cd ..
15-
1610
./bootstrap
17-
./configure --disable-werror
11+
./configure --disable-werror --enable-internal-jimtcl
1812
make clean
1913
make
2014
DESTDIR="$BUILDDIR/$INSTALLDIR" make install

0 commit comments

Comments
 (0)