summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-config
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-28 19:54:42 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-01-28 19:55:05 +0900
commitd42d308620f00ed53ba74ee5d3972d637bb6e57f (patch)
treeaec6110ea1cb83fd596263b634aca33340faf694 /mrbgems/mruby-bin-config
parent1c05764ba36914a88b53efbcda89041b3af4876d (diff)
downloadmruby-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-config2
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"