Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 11, 2023
1 parent 0182ece commit 7e0e1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tool/make-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GITURL = URI.parse("https://github.com/ruby/ruby.git")
RUBY_VERSION_PATTERN = /^\#define\s+RUBY_VERSION\s+"([\d.]+)"/

ENV["VPATH"] ||= "include/ruby"
YACC = ENV["YACC"] ||= "bison"
YACC = ENV["YACC"] ||= "#{$tooldir}/lrama/exe/lrama"
ENV["BASERUBY"] ||= "ruby"
ENV["RUBY"] ||= "ruby"
ENV["MV"] ||= "mv"
Expand Down
2 changes: 1 addition & 1 deletion win32/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ CC = cl -nologo
CPP = $(CC) -E
!endif
!if !defined(YACC)
YACC = $(top_srcdir)/tool/lrama/exe/lrama
YACC = "ruby $(top_srcdir)/tool/lrama/exe/lrama"
!endif
AR = lib -nologo
PURIFY =
Expand Down

0 comments on commit 7e0e1ba

Please sign in to comment.