summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-11-24 11:15:28 -0800
committerGitHub <noreply@github.com>2021-11-24 19:15:28 +0000
commite5247e6100e95afdb7e70b11dff1aca675705aa2 (patch)
tree9a094b57f490757cffde1610b67a2f8c6dd4ee4c
parent9c672a9d1459fd8d9a5bd9b8b1a665620168a4e0 (diff)
Fix ANTLR3 config for i386 and aarch64 builds. (#7694)
This fixes the i386 and aarch64 nightly builds.
-rw-r--r--cmake/FindANTLR3.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindANTLR3.cmake b/cmake/FindANTLR3.cmake
index dc8a63255..a1812e695 100644
--- a/cmake/FindANTLR3.cmake
+++ b/cmake/FindANTLR3.cmake
@@ -120,6 +120,7 @@ if(NOT ANTLR3_FOUND_SYSTEM)
CONFIGURE_COMMAND <SOURCE_DIR>/configure
--with-pic
--disable-antlrdebug
+ --disable-abiflags
--prefix=<INSTALL_DIR>
--libdir=<INSTALL_DIR>/${CMAKE_INSTALL_LIBDIR}
--srcdir=<SOURCE_DIR>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback