All pastes #2128368 Raw Edit

Anonymous

public text v1 · immutable
#2128368 ·published 2012-03-15 13:05 UTC
rendered paste body
diff --git a/tools/darwin/depends/xbmc/Makefile b/tools/darwin/depends/xbmc/Makefile
index 4158d08..21ee7a9 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),1)
 CONFIGURE+=--disable-debug
 endif