diff options
| author | MATSUMOTO Ryosuke <[email protected]> | 2012-12-24 00:13:38 +0900 |
|---|---|---|
| committer | MATSUMOTO Ryosuke <[email protected]> | 2012-12-24 00:13:38 +0900 |
| commit | c0f46d98a711824f8c31adbea465326fb61bfd77 (patch) | |
| tree | 475de93db5857b9b22d04eaf4f148012f4b39542 | |
| parent | 210193478a367db9912907cb822c176e8161300f (diff) | |
| download | mruby-c0f46d98a711824f8c31adbea465326fb61bfd77.tar.gz mruby-c0f46d98a711824f8c31adbea465326fb61bfd77.zip | |
Support GEM_LIBS_LIST in Makefile4gem
| -rw-r--r-- | mrbgems/build_tasks.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/build_tasks.rb b/mrbgems/build_tasks.rb index f52a786b0..6dddef7a4 100644 --- a/mrbgems/build_tasks.rb +++ b/mrbgems/build_tasks.rb @@ -116,6 +116,7 @@ GEM_ARCHIVE_FILES += $(GEM_LIST) GEM_CFLAGS_LIST := #{for_each_gem{|path, gemname| "#{File.read("#{path}/gem-cflags.tmp").chomp} "}} GEM_LDFLAGS_LIST := #{for_each_gem{|path, gemname| "#{File.read("#{path}/gem-ldflags.tmp").chomp} "}} +GEM_LIBS_LIST := #{for_each_gem{|path, gemname| "#{File.read("#{path}/gem-libs.tmp").chomp} "}} __EOF__ end end |
