diff --git a/dropshell-build/install_dropshell_build_host.sh b/dropshell-build/install_dropshell_build_host.sh index a97c92a..fb20bf9 100755 --- a/dropshell-build/install_dropshell_build_host.sh +++ b/dropshell-build/install_dropshell_build_host.sh @@ -97,7 +97,7 @@ function install_headers() { # put libassert headers on the host. if [ ! -f /usr/local/lib/libassert.a ]; then git clone https://github.com/jeremy-rifkin/libassert.git - git checkout v2.1.5 + #git checkout v2.1.5 mkdir libassert/build cd "libassert/build" || exit 1 cmake .. -DCMAKE_BUILD_TYPE=Release