about summary refs log tree commit diff homepage
path: root/scripts
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2020-05-31 15:45:20 +0200
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-10-12 11:19:24 +0100
commit20d08cbef08993340d15855941fa7fe2c86d9f59 (patch)
tree2f76f2c19864b206a794f4df9090ef5689e6acad /scripts
parentc6aa4ab021669fe7102288d294662751a4d4b1e6 (diff)
downloadklee-20d08cbef08993340d15855941fa7fe2c86d9f59.tar.gz
fix building klee-cxxabi
Co-authored-by: Felix Rath <felix.rath@comsys.rwth-aachen.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/p-klee.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/p-klee.inc b/scripts/build/p-klee.inc
index b6c4604c..9608fe89 100644
--- a/scripts/build/p-klee.inc
+++ b/scripts/build/p-klee.inc
@@ -53,6 +53,7 @@ if [ "${USE_LIBCXX}" -eq 1 ]; then
     "-DENABLE_KLEE_LIBCXX=TRUE"
     "-DKLEE_LIBCXX_DIR=${LIBCXX_INSTALL}"
     "-DKLEE_LIBCXX_INCLUDE_DIR=${LIBCXX_INSTALL}/include/c++/v1"
+    "-DKLEE_LIBCXXABI_SRC_DIR=${LIBCXX_SRC}/libcxxabi"
   )
 else
   CMAKE_ARGUMENTS+=(