mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 18:16:33 +00:00
And the same with CMake
This commit is contained in:
parent
a4be773e9c
commit
6cdcbd957a
1 changed files with 4 additions and 11 deletions
|
@ -62,14 +62,7 @@ else
|
|||
)
|
||||
fi
|
||||
|
||||
if [[ "${MACOS_AMD64}" ]]; then
|
||||
arch -x86_64 cmake \
|
||||
"${CMAKE_CONF_OPTS[@]}" \
|
||||
"${BUILD_OPTS[@]}" \
|
||||
..
|
||||
else
|
||||
cmake \
|
||||
"${CMAKE_CONF_OPTS[@]}" \
|
||||
"${BUILD_OPTS[@]}" \
|
||||
..
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue