Update dropshell-build/install_dropshell_build_host.sh

This commit is contained in:
John 2025-05-29 19:22:30 +12:00
parent 5c50493238
commit 87fc99db6d

View File

@ -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