From 6e2624c7d7c40cf312ccebd4c3479a58997f0fad Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 30 Dec 2020 23:08:36 +0300 Subject: make: fix cross build --- core/make/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core') 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)" -- cgit v1.2.3