Skip to content

Commit

Permalink
Disable stdio for mruby
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Dec 23, 2012
1 parent d213cbe commit 7cbd470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lua: .make-prerequisites

.PHONY: lua

MRUBY_CFLAGS+= $(CFLAGS)
MRUBY_CFLAGS+= -DDISABLE_STDIO $(CFLAGS)
MRUBY_LDFLAGS+= $(LDFLAGS)

mruby: .make-prerequisites
Expand Down

0 comments on commit 7cbd470

Please sign in to comment.