Skip to content

Commit

Permalink
release: change osx release var to make it line up with usage elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
theuni committed Apr 21, 2012
1 parent 701e82e commit 8d73c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/darwin/depends/xbmc/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 8d73c5d

Please sign in to comment.