mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-24 04:11:50 -04:00
Native ccache won't work if we insist on an architecture
This commit is contained in:
parent
3bf68d44b7
commit
a4be773e9c
@ -1,7 +1,3 @@
|
||||
#!/bin/sh -ex
|
||||
|
||||
if [[ "${MACOS_AMD64}" ]]; then
|
||||
arch -x86_64 ccache -z -M "${CCACHE_SIZE}"
|
||||
else
|
||||
ccache -z -M "${CCACHE_SIZE}"
|
||||
fi
|
||||
ccache -z -M "${CCACHE_SIZE}"
|
||||
|
@ -1,7 +1,3 @@
|
||||
#!/bin/sh -ex
|
||||
|
||||
if [[ "${MACOS_AMD64}" ]]; then
|
||||
arch -x86_64 ccache -svv
|
||||
else
|
||||
ccache -svv
|
||||
fi
|
||||
ccache -svv
|
||||
|
Loading…
x
Reference in New Issue
Block a user