diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-22 07:40:20 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-22 07:40:20 -0800 |
| commit | 22c72b4d2abf7dce50237eab7b6338c8597a75de (patch) | |
| tree | 68799c3b4ce01908225ec8e2eb8a86d44196b7e2 /doc/mrbgems/c_extension_example/Makefile | |
| parent | c9ba3a16d41c1d46d43b8959ffb12ee782d4a79c (diff) | |
| parent | a2ae2a39232407a9ae16aa9ee280df264d3ee889 (diff) | |
| download | mruby-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/c_extension_example/Makefile')
| -rw-r--r-- | doc/mrbgems/c_extension_example/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mrbgems/c_extension_example/Makefile b/doc/mrbgems/c_extension_example/Makefile index 556b12d55..b0afa420c 100644 --- a/doc/mrbgems/c_extension_example/Makefile +++ b/doc/mrbgems/c_extension_example/Makefile @@ -7,6 +7,7 @@ GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES)) MRUBY_CFLAGS := MRUBY_LDFLAGS := +MRUBY_LIBS := gem-all : $(GEM_OBJECTS) gem-c-files |
