aboutsummaryrefslogtreecommitdiff
path: root/tools/osx/osx-depends/cmake/Makefile
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-03-07 19:54:30 -0500
committerS. Davilla <davilla@4pi.com>2011-03-07 19:54:30 -0500
commit8c8a143b99eea2de1e9e3a2c1371f22085046fd1 (patch)
treee180b69af065a7370eec53228dda0c0c829ecf83 /tools/osx/osx-depends/cmake/Makefile
parent3c0058f154380383a2254f947db57c4dec328fd0 (diff)
[osx] native tools need an explicit PATH to builddir or they will not find our build native binaries
Diffstat (limited to 'tools/osx/osx-depends/cmake/Makefile')
-rw-r--r--tools/osx/osx-depends/cmake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/osx/osx-depends/cmake/Makefile b/tools/osx/osx-depends/cmake/Makefile
index d9717a27e4..4c644664d2 100644
--- a/tools/osx/osx-depends/cmake/Makefile
+++ b/tools/osx/osx-depends/cmake/Makefile
@@ -20,6 +20,7 @@ ARCHIVE_TOOL_FLAGS=xf
# configuration settings
PREFIX:=/Users/Shared/xbmc-depends/osx-10.4_i386
+export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./bootstrap --prefix=$(PREFIX) --host=$(HOST)
APP=$(SOURCE)/$(APPNAME)