And the same with CMake

This commit is contained in:
AnyOldName3 2025-09-03 22:06:17 +01:00
parent a4be773e9c
commit 6cdcbd957a

View File

@ -62,14 +62,7 @@ else
)
fi
if [[ "${MACOS_AMD64}" ]]; then
arch -x86_64 cmake \
cmake \
"${CMAKE_CONF_OPTS[@]}" \
"${BUILD_OPTS[@]}" \
..
else
cmake \
"${CMAKE_CONF_OPTS[@]}" \
"${BUILD_OPTS[@]}" \
..
fi