mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: fix for universal binary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9afb0f0837
commit
9a8440e5d4
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ AC_SUBST(COUTFLAG)
|
|||
|
||||
RUBY_MINGW32
|
||||
RUBY_UNIVERSAL_ARCH
|
||||
if test "$target_cpu" != "$host_cpu" -a "$GCC" = yes -a "$cross_compiling" = no; then
|
||||
if test "$target_cpu" != "$host_cpu" -a "$GCC" = yes -a "$cross_compiling" = no -a "$universal_binary" = no; then
|
||||
RUBY_DEFAULT_ARCH("$target_cpu")
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue