diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-28 15:58:35 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-28 15:58:35 +0900 |
| commit | d95ffb0362cb481afd6b323b5ec004ff0f0103f8 (patch) | |
| tree | c4d54ff7ea934617a63fc109679b42a8f1724a9e /lib | |
| parent | 1e009061f8a4b051e363ac8b8854e73308bd56c5 (diff) | |
| download | mruby-d95ffb0362cb481afd6b323b5ec004ff0f0103f8.tar.gz mruby-d95ffb0362cb481afd6b323b5ec004ff0f0103f8.zip | |
Stop generating `build/<build>/src/*.pi.d`.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mruby/build/command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mruby/build/command.rb b/lib/mruby/build/command.rb index 9362a9d95..e88b5ace7 100644 --- a/lib/mruby/build/command.rb +++ b/lib/mruby/build/command.rb @@ -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 |
