diff options
author | davilla <davilla@4pi.com> | 2011-06-19 13:19:37 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-06-19 13:19:59 -0400 |
commit | 9f49fd3fd017396d6224730dca4ba48e7c159f1f (patch) | |
tree | b5b677bf0a45cc597191b1995cba17a7361508ef /tools/darwin/depends/configure.in | |
parent | 0688d7098350a6008f64ee2294d154b0bdc89dea (diff) |
[osx/ios] change build system to use tools/darwin depends
Diffstat (limited to 'tools/darwin/depends/configure.in')
-rw-r--r-- | tools/darwin/depends/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/depends/configure.in b/tools/darwin/depends/configure.in index aa8d489527..d755e00ce5 100644 --- a/tools/darwin/depends/configure.in +++ b/tools/darwin/depends/configure.in @@ -46,9 +46,9 @@ case $use_darwin in use_sdk="${use_sdk:-$found_sdk}" # this is an issue. if we set prefix according to ${use_sdk}_${use_arch}, # then XBMC_DEPENDS prefix location in xcode must match but xcode uses its - # own defines for build. So just hardcode to 4.2_arm7 for now until we + # own defines for build. So just hardcode to 4.2_${use_arch} for now until we # can figure out a better way. - use_prefix=${use_staging}/${use_darwin}-4.2_arm7 + use_prefix=${use_staging}/${use_darwin}-4.2_${use_arch} if test "$use_arch" != "armv7"; then AC_MSG_ERROR(error in configure of --with-arch=$use_arch) fi |