diff options
author | Memphiz <memphis@machzwo.de> | 2012-09-06 19:00:15 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2012-09-06 19:16:42 +0200 |
commit | f198e59d324ab04c483b5c75d3ac34116d1a4663 (patch) | |
tree | 464377be574e78a7b3a850ad25a2443fe917759a /tools | |
parent | 61a9e882a4f4154dba240a854aa45ee04b97c636 (diff) |
[darwin] - enable gtest targets
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/xbmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/depends/xbmc/Makefile b/tools/darwin/depends/xbmc/Makefile index c9434c447f..e7c467c4f6 100644 --- a/tools/darwin/depends/xbmc/Makefile +++ b/tools/darwin/depends/xbmc/Makefile @@ -5,6 +5,7 @@ SOURCE=../../../../ # configuration settings export PATH:=$(TOOLCHAIN)/bin:$(PREFIX)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) \ + --enable-gtest \ --disable-rsxs \ PKG_CONFIG_PATH=$(PREFIX)/lib/pkgconfig \ PYTHON=$(PREFIX)/bin/python |