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 d7a4a23 commit fa0539dCopy full SHA for fa0539d
packages/macos/openocd/build-openocd.sh
@@ -3,6 +3,7 @@
3
set -euo pipefail
4
5
cd openocd
6
+
7
./bootstrap
8
# See https://github.com/raspberrypi/openocd/issues/30
9
# ./configure --disable-werror CAPSTONE_CFLAGS="$(pkg-config capstone --cflags | sed s/.capstone\$//)"
packages/windows/openocd/build-openocd.sh
@@ -7,14 +7,8 @@ INSTALLDIR="openocd-install"
10
-cd jimtcl
11
-./configure
12
-make
13
-make install
14
-cd ..
15
-
16
17
-./configure --disable-werror
+./configure --disable-werror --enable-internal-jimtcl
18
make clean
19
make
20
DESTDIR="$BUILDDIR/$INSTALLDIR" make install
0 commit comments