1
0
Fork 0
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:
Nobuyoshi Nakada 2022-08-28 16:28:41 +09:00
parent c722597103
commit f641179525
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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