diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-28 19:54:42 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-28 19:55:05 +0900 |
| commit | d42d308620f00ed53ba74ee5d3972d637bb6e57f (patch) | |
| tree | aec6110ea1cb83fd596263b634aca33340faf694 /mrbgems/mruby-bin-config | |
| parent | 1c05764ba36914a88b53efbcda89041b3af4876d (diff) | |
| download | mruby-d42d308620f00ed53ba74ee5d3972d637bb6e57f.tar.gz mruby-d42d308620f00ed53ba74ee5d3972d637bb6e57f.zip | |
Remove duplicated `--cflags`; [ci skip]
Diffstat (limited to 'mrbgems/mruby-bin-config')
| -rw-r--r-- | mrbgems/mruby-bin-config/mruby-config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-config/mruby-config b/mrbgems/mruby-bin-config/mruby-config index 0754cad7c..8bbb4ecc6 100644 --- a/mrbgems/mruby-bin-config/mruby-config +++ b/mrbgems/mruby-bin-config/mruby-config @@ -5,8 +5,6 @@ print_help() echo "Usage: mruby-config [switches]" echo " switches:" echo " --cflags print flags passed to compiler" - echo " --cflags print flags passed to compiler" - echo " --cflags print flags passed to compiler" echo " --ldflags print flags passed to linker" echo " --ldflags-before-libs print flags passed to linker before linked libraries" echo " --libs print linked libraries" |
