Skip to content

Commit

Permalink
- jrubyc target java 5 again (since without it, and compiled under jdk7,
Browse files Browse the repository at this point in the history
  you get jdk7-only class files)
  • Loading branch information
jordansissel committed Jan 23, 2013
1 parent 55a2350 commit a9e4b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ compile: compile-grammar compile-runner | build/ruby
.PHONY: compile-runner
compile-runner: build/ruby/logstash/runner.class
build/ruby/logstash/runner.class: lib/logstash/runner.rb | build/ruby $(JRUBY)
$(QUIET)(cd lib; $(JRUBYC) -t ../build/ruby logstash/runner.rb)
$(QUIET)(cd lib; $(JRUBYC) -5 -t ../build/ruby logstash/runner.rb)

# TODO(sissel): Stop using cpio for this
.PHONY: copy-ruby-files
Expand Down

0 comments on commit a9e4b32

Please sign in to comment.