aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-30 23:08:36 +0300
committerCem Keylan <cem@ckyln.com>2020-12-30 23:08:36 +0300
commit6e2624c7d7c40cf312ccebd4c3479a58997f0fad (patch)
treefb5fb0b7afacaba64e9b107af92348c3aa7657ce
parent86d487c43e4324f48ab29f23b808be71708da4f2 (diff)
downloadrepository-6e2624c7d7c40cf312ccebd4c3479a58997f0fad.tar.gz
make: fix cross build
-rwxr-xr-xcore/make/build3
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)"