diff options
-rw-r--r-- | axel/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axel/Pkgfile b/axel/Pkgfile index 39c9a22..ca36824 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=$CHOST-gcc; + make ${CHOST:+CC=$CHOST-gcc}; make DESTDIR=$PKG install; } |