1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 00:56:36 +00:00
openmw/CI/before_install.macos.sh
2025-07-06 17:28:23 -05:00

7 lines
133 B
Bash
Executable file

#!/bin/sh -ex
if [[ "${MACOS_AMD64}" ]]; then
./CI/macos/before_install.amd64.sh
else
./CI/macos/before_install.arm64.sh
fi