diff options
author | beenje <beenje@xbmc.org> | 2011-05-01 14:42:47 +0200 |
---|---|---|
committer | beenje <beenje@xbmc.org> | 2011-05-02 23:00:49 +0200 |
commit | d493b3b6375b127720b9a09fdf7e9cd410c0c4f4 (patch) | |
tree | f609633897d67a07e0a1a863e52ee5cdadc39687 /tools | |
parent | 3ffe5659769242c9e54c2d83c43632ba36735c0a (diff) |
[osx] cross-compile powerpc-osx
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/xbmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/xbmc/Makefile b/tools/darwin/depends/xbmc/Makefile index a6a6e70602..5efd9fe037 100644 --- a/tools/darwin/depends/xbmc/Makefile +++ b/tools/darwin/depends/xbmc/Makefile @@ -3,7 +3,7 @@ include ../Makefile.include SOURCE=../../../../ # configuration settings -export PATH:=$(TOOLCHAIN)/bin:$(PATH) +export PATH:=$(TOOLCHAIN)/bin:$(PREFIX)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) \ PKG_CONFIG_PATH=$(PREFIX)/lib/pkgconfig \ PYTHON=$(PREFIX)/bin/python |