Fix build of contribs on Windows.
[sbcl.git] / make-target-contrib.sh
index 22fe7e5..c171111 100644 (file)
@@ -18,7 +18,8 @@ echo //entering make-target-contrib.sh
 
 LANG=C
 LC_ALL=C
-export LANG LC_ALL
+CC=${CC:-gcc}
+export CC LANG LC_ALL
 
 # Load our build configuration
 . output/build-config