Navigation Menu

Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 22, 2018
1 parent d6c8f4c commit e42f41f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion vendor/mruby/Makefile.am
Expand Up @@ -37,7 +37,10 @@ endif

include sources.am
include built_sources.am
libmruby_la_SOURCES += $(BUILT_SOURCES)
BUILT_SOURCES = \
$(built_sources) \
mruby-file-stat/src/config.h
libmruby_la_SOURCES += $(built_sources)
nodist_libmruby_la_SOURCES = \
mruby-file-stat/src/config.h

Expand Down
2 changes: 1 addition & 1 deletion vendor/mruby/built_sources.am
@@ -1,4 +1,4 @@
BUILT_SOURCES = \
built_sources = \
mrblib.c \
mrbgems_init.c \
mruby-compiler/core/parse.c \
Expand Down

0 comments on commit e42f41f

Please sign in to comment.