mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[win32] Set proper NULLCMD
in rbconfig.rb [ci skip]
This commit is contained in:
parent
c722597103
commit
f641179525
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ s,@target_alias@,$(ARCH)-$(PLATFORM),;t t
|
|||
s,@target_cpu@,$(ARCH),;t t
|
||||
s,@target_vendor@,pc,;t t
|
||||
s,@target_os@,$(PLATFORM),;t t
|
||||
s,@NULLCMD@,:,;t t
|
||||
s,@NULLCMD@,$(NULLCMD),;t t
|
||||
s,@CC@,$(CC),;t t
|
||||
s,@CPP@,$(CPP),;t t
|
||||
s,@CXX@,$$(CC),;t t
|
||||
|
|
Loading…
Add table
Reference in a new issue