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

parent 1e009061
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment