ruby: remove references to CC by default

This makes RbConfig["CC"] return an invalid path, but I hope nothing
is depending on that anyway...
This commit is contained in:
Alyssa Ross
2020-01-09 15:54:59 +00:00
parent ec8293fbfe
commit 163618988f
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -9409,8 +9409,6 @@ in
docSupport = false;
yamlSupport = false;
fiddleSupport = false;
# remove gcc from runtime closure
removeReferenceToCC = true;
};
ruby = ruby_2_6;