summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/ruby_extension_example/Makefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-22 07:40:20 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-22 07:40:20 -0800
commit22c72b4d2abf7dce50237eab7b6338c8597a75de (patch)
tree68799c3b4ce01908225ec8e2eb8a86d44196b7e2 /doc/mrbgems/ruby_extension_example/Makefile
parentc9ba3a16d41c1d46d43b8959ffb12ee782d4a79c (diff)
parenta2ae2a39232407a9ae16aa9ee280df264d3ee889 (diff)
downloadmruby-22c72b4d2abf7dce50237eab7b6338c8597a75de.tar.gz
mruby-22c72b4d2abf7dce50237eab7b6338c8597a75de.zip
Merge pull request #667 from masuidrive/add_mruby_libs_to_makefile
Added MRUBY_LIBS to mrbgems Makefile
Diffstat (limited to 'doc/mrbgems/ruby_extension_example/Makefile')
-rw-r--r--doc/mrbgems/ruby_extension_example/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mrbgems/ruby_extension_example/Makefile b/doc/mrbgems/ruby_extension_example/Makefile
index 903666267..cdcbce024 100644
--- a/doc/mrbgems/ruby_extension_example/Makefile
+++ b/doc/mrbgems/ruby_extension_example/Makefile
@@ -6,6 +6,7 @@ GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb)
MRUBY_CFLAGS :=
MRUBY_LDFLAGS :=
+MRUBY_LIBS :=
gem-all : gem-rb-files