mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: stop overwriting cc wrapper by darwin-cc everytime
This commit is contained in:
parent
be1382b498
commit
3794ef6f01
Notes:
git
2022-01-19 11:19:39 +09:00
1 changed files with 1 additions and 2 deletions
|
@ -4270,8 +4270,7 @@ AS_MESSAGE([$PACKAGE library version = $ruby_version])
|
|||
AS_IF([test x"$CC_WRAPPER" != x], [
|
||||
CC='$(CC_WRAPPER) '"${CC@%:@$CC_WRAPPER }"
|
||||
CPP='$(CC_WRAPPER) '"${CPP@%:@$CC_WRAPPER }"
|
||||
CC_WRAPPER='$(rubyarchdir)/darwin-cc'
|
||||
XCC_WRAPPER='$(top_srcdir)/tool/darwin-cc'
|
||||
XCC_WRAPPER="$CC_WRAPPER"
|
||||
])
|
||||
AC_SUBST(CC_WRAPPER, '')
|
||||
AC_SUBST(XCC_WRAPPER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue