openmw/CI/macos/ccache_save.sh

8 lines
96 B
Bash
Executable File

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