summaryrefslogtreecommitdiffstats
path: root/axel/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'axel/Pkgfile')
-rw-r--r--axel/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/axel/Pkgfile b/axel/Pkgfile
index 6406635..39c9a22 100644
--- a/axel/Pkgfile
+++ b/axel/Pkgfile
@@ -20,6 +20,6 @@ build ()
--mandir=$mandir \
--strip=0;
# strip is disabled because pkg++ will do the job later.
- make CC=$CTARGET-gcc;
+ make CC=$CHOST-gcc;
make DESTDIR=$PKG install;
}