mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Stop generating build/<build>/src/*.pi.d.
This commit is contained in:
@@ -92,7 +92,7 @@ module MRuby
|
|||||||
opts = compile_options
|
opts = compile_options
|
||||||
else
|
else
|
||||||
label = "CPP"
|
label = "CPP"
|
||||||
opts = preprocess_options
|
opts = preprocess_options.gsub(/-MMD -MF .* -o/, "-o")
|
||||||
flags << " -DMRB_PRESYM_SCANNING"
|
flags << " -DMRB_PRESYM_SCANNING"
|
||||||
end
|
end
|
||||||
_pp label, infile.relative_path, outfile.relative_path
|
_pp label, infile.relative_path, outfile.relative_path
|
||||||
|
|||||||
Reference in New Issue
Block a user