:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-28 19:34:06 +12:00
parent e858ab18d1
commit f1944617e5
4355 changed files with 1238762 additions and 1 deletions

View File

@ -1,3 +1,10 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
/bin/bash "${SCRIPT_DIR}/build_openssl.sh"
echo "cmake_prebuild.sh complete."