Don't use ccache

This commit is contained in:
Janne Veteläinen 2023-02-17 13:30:56 +02:00
parent 1bbb8e539b
commit 71307d1950
2 changed files with 0 additions and 4 deletions

View file

@ -7,7 +7,6 @@ pkgbase = vmangos-git
arch = x86_64
license = GPL2
makedepends = cmake
makedepends = ccache
makedepends = git
makedepends = p7zip
depends = ace

View file

@ -14,7 +14,6 @@ depends=(
)
makedepends=(
'cmake'
'ccache'
'git'
'p7zip'
)
@ -60,8 +59,6 @@ prepare() {
build() {
cmake -B build -S "${pkgname}" \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DSUPPORTED_CLIENT_BUILD=5875 \
-DUSE_EXTRACTORS=1 \
-DCMAKE_INSTALL_PREFIX='/usr' \