diff options
-rw-r--r-- | openttd-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd-git/PKGBUILD b/openttd-git/PKGBUILD index 641b58e60..e0e535052 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -90,7 +90,7 @@ prepare() { build() { cd "${srcdir}/${pkgname}" - ./configure ${_targetHost} \ + ./configure \ --prefix-dir=/usr \ --binary-dir=bin \ --data-dir=share/openttd \ |