This commit is contained in:
Your Name 2025-05-29 19:31:45 +12:00
commit 964912e155

View File

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