mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
tools/lrama: bundle Lrama 0.6.9 (copied from CRuby source)
This commit is contained in:
@@ -33,11 +33,6 @@ MRuby::Toolchain.new(:visualcpp) do |conf, _params|
|
||||
archiver.archive_options = '/nologo /OUT:"%{outfile}" %{objs}'
|
||||
end
|
||||
|
||||
conf.yacc do |yacc|
|
||||
yacc.command = ENV['YACC'] || 'bison.exe'
|
||||
yacc.compile_options = %q[-o "%{outfile}" "%{infile}"]
|
||||
end
|
||||
|
||||
conf.gperf do |gperf|
|
||||
gperf.command = 'gperf.exe'
|
||||
gperf.compile_options = %q[-L ANSI-C -C -p -j1 -i 1 -g -o -t -N mrb_reserved_word -k"1,3,$" "%{infile}" > "%{outfile}"]
|
||||
|
||||
Reference in New Issue
Block a user