diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:08:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:08:36 +0300 |
commit | 6e2624c7d7c40cf312ccebd4c3479a58997f0fad (patch) | |
tree | fb5fb0b7afacaba64e9b107af92348c3aa7657ce | |
parent | 86d487c43e4324f48ab29f23b808be71708da4f2 (diff) | |
download | repository-6e2624c7d7c40cf312ccebd4c3479a58997f0fad.tar.gz |
make: fix cross build
-rwxr-xr-x | core/make/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/make/build b/core/make/build index 265eeb2d..ffb942a7 100755 --- a/core/make/build +++ b/core/make/build @@ -2,8 +2,7 @@ export LDFLAGS="$LDFLAGS -static" -./configure \ - --prefix=/usr \ +cpt-configure \ --disable-nls \ --without-guile \ "$(cpt l --check make -- '' --disable-dependency-tracking)" |