add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / libs / libaudiofile / Makefile
index c9def02..689d40a 100644 (file)
@@ -62,7 +62,7 @@ define Build/Configure
                        $(DISABLE_LARGEFILE) \
                        --enable-shared \
                        --enable-static \
-                       --with-build-cc=$(HOSTCC) \
+                       --with-build-cc="$(HOSTCC)" \
        );
 endef