1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-30 19:11:35 +00:00
openmw/CI/macos/ccache_prep.sh

7 lines
136 B
Bash
Executable file

#!/bin/sh -ex
if [[ "${MACOS_AMD64}" ]]; then
arch -x86_64 ccache -z -M "${CCACHE_SIZE}"
else
ccache -z -M "${CCACHE_SIZE}"
fi