Skip to content

Commit 3aef157

Browse files
committed
Possible MacOS build fix
1 parent e8ae951 commit 3aef157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/macos/openocd/build-openocd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sed -i '' -e 's/@ref{linuxgpiod, linuxgpiod}/@b{linuxgpiod}/g' doc/openocd.texi
88
./bootstrap
99
# See https://github.com/raspberrypi/openocd/issues/30
1010
# ./configure --disable-werror CAPSTONE_CFLAGS="$(pkg-config capstone --cflags | sed s/.capstone\$//)"
11-
./configure --disable-werror
11+
./configure --disable-werror --disable-parport-ppdev
1212
make clean
1313
make
1414
INSTALLDIR="$PWD/../openocd-install/usr/local/bin"

0 commit comments

Comments
 (0)