Stop generating build/<build>/src/*.pi.d.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-28 15:58:35 +09:00
parent 1e009061f8
commit d95ffb0362
+1 -1
View File
@@ -92,7 +92,7 @@ module MRuby
opts = compile_options
else
label = "CPP"
opts = preprocess_options
opts = preprocess_options.gsub(/-MMD -MF .* -o/, "-o")
flags << " -DMRB_PRESYM_SCANNING"
end
_pp label, infile.relative_path, outfile.relative_path