mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
setup.mak: ENABLE_DEBUG_ENV [ci skip]
* win32/setup.mak (-basic-vars-): pass ENABLE_DEBUG_ENV to Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2446c759e0
commit
4c70f04786
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ NTVER = $(NTVER)
|
|||
!if defined(USE_RUBYGEMS)
|
||||
USE_RUBYGEMS = $(USE_RUBYGEMS)
|
||||
!endif
|
||||
!if defined(ENABLE_DEBUG_ENV)
|
||||
ENABLE_DEBUG_ENV = $(ENABLE_DEBUG_ENV)
|
||||
!endif
|
||||
|
||||
<<
|
||||
!if !defined(BASERUBY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue