aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorChristian Fetzer <fetzer.ch@gmail.com>2016-07-10 20:38:43 +0200
committerChristian Fetzer <fetzer.ch@gmail.com>2016-07-11 08:05:50 +0200
commitb9eda74afc6f93ef8d962cdc63c68fa5cbcaffeb (patch)
treecaf96fd00bcff2c350aeb64f5175bda2d78b3e45 /tools/depends
parent97dd97f28bebea249cf34224718b7ffa89dacb52 (diff)
[depends/cmakebuildsys] Pass Configuration to the build
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/cmakebuildsys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/cmakebuildsys/Makefile b/tools/depends/target/cmakebuildsys/Makefile
index 60a88e153d..1b3207eafa 100644
--- a/tools/depends/target/cmakebuildsys/Makefile
+++ b/tools/depends/target/cmakebuildsys/Makefile
@@ -5,7 +5,7 @@ APP_NAME=$(shell awk '/APP_NAME/ {print tolower($$2)}' $(VERSION.TXT))
all:
mkdir -p $(XBMCROOT)/build
- cd $(XBMCROOT)/build; $(CMAKE) $(XBMCROOT)/project/cmake
+ cd $(XBMCROOT)/build; $(CMAKE) -DCMAKE_BUILD_TYPE=$(Configuration) $(XBMCROOT)/project/cmake
clean:
cd $(XBMCROOT)/build; $(MAKE) clean