mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
8 lines
133 B
Bash
Executable File
8 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
|