mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Allow variables in modular_gc_dir
Such as `$(ruby_version)`, `$(arch)` and so on.
This commit is contained in:
parent
626037e143
commit
2f2530b195
Notes:
git
2024-12-22 13:42:57 +00:00
3 changed files with 5 additions and 1 deletions
|
@ -156,6 +156,9 @@ DEBUGFLAGS = -Zi
|
|||
!if "$(RUBY_DEVEL)" == "yes"
|
||||
XCFLAGS = $(XCFLAGS) -DRUBY_DEVEL=1
|
||||
!endif
|
||||
!if "$(modular_gc_dir)" != ""
|
||||
XCFLAGS = $(XCFLAGS) -Dmodular_gc_dir="$(modular_gc_dir)"
|
||||
!endif
|
||||
!if !defined(OPTFLAGS)
|
||||
!if $(MSC_VER) < 1400
|
||||
OPTFLAGS = -O2b2xg-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue