diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 3dbf494..8a71ceb 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -380,7 +380,7 @@ libs << elm_h('elm_bg.h', 'ElmBg') libs << elm_h('elm_box.h', 'ElmBox') libs << elm_h('elm_bubble.h', 'ElmBubble') libs << elm_h('elm_button.h', 'ElmButton') -#libs << elm_h('elm_cache.h', 'ElmCache') +libs << elm_h('elm_cache.h', 'ElmCache') libs << elm_h('elm_calendar.h', 'ElmCalendar') libs << elm_h('elm_check.h', 'ElmCheck') libs << elm_h('elm_clock.h', 'ElmClock') |