diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 6e74158dfcf..767b7c57328 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -606,7 +606,7 @@ Extensible File Allocation Table} file systems. Included are "httpfs2-ssl" "httpfs2-ssl-mt")))))) #:make-flags - #~(list "CC=gcc") + #~(list (string-append "CC=" #$(cc-for-target))) #:parallel-build? #f ; can result in missing man pages #:tests? #f)) ; no tests (home-page "https://sourceforge.net/projects/httpfs/")