diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-04-21 00:11:52 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2012-04-21 00:11:59 -0400 |
commit | 8d73c5d1f18c2fcac2aa7fc83dd2d653a4b9b0f9 (patch) | |
tree | 8106025c4d4cdd010744bf7d5834570202329031 /tools | |
parent | 701e82ea2159d57b9c4b1c65fd4a6025ef10b34f (diff) |
release: change osx release var to make it line up with usage elsewhere
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 b43cf8ed7b..27845cddef 100644 --- a/tools/darwin/depends/xbmc/Makefile +++ b/tools/darwin/depends/xbmc/Makefile @@ -8,7 +8,7 @@ CONFIGURE=./configure --prefix=$(PREFIX) \ PKG_CONFIG_PATH=$(PREFIX)/lib/pkgconfig \ PYTHON=$(PREFIX)/bin/python -ifeq ($(XBMC_DARWIN_RELEASE),1) +ifeq ($(XBMC_DARWIN_RELEASE),Release) CONFIGURE+= --disable-debug endif |