diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2019-03-12 09:51:31 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-03-17 15:43:21 +0000 |
commit | 3b6f5e52d0cec5e8018c590c9feccb39bb03206c (patch) | |
tree | ccb28b664837ccbb8e536995520d4f3e256b4efd /scripts/build/p-libcxx-osx.inc | |
parent | e06ab0db462c1c64bf26f856f4a8448d1ebf199d (diff) | |
download | klee-3b6f5e52d0cec5e8018c590c9feccb39bb03206c.tar.gz |
Add support for libc++ as part of the build.sh scripts
Diffstat (limited to 'scripts/build/p-libcxx-osx.inc')
-rw-r--r-- | scripts/build/p-libcxx-osx.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/build/p-libcxx-osx.inc b/scripts/build/p-libcxx-osx.inc new file mode 100644 index 00000000..c53ac37f --- /dev/null +++ b/scripts/build/p-libcxx-osx.inc @@ -0,0 +1,7 @@ +# Build dependencies +install_build_dependencies_libcxx() { + set +e + brew upgrade python # upgrade to Python 3 + set -e + pip3 install wllvm +} \ No newline at end of file |