]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Use debug build of library in the release package
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 29 Apr 2015 15:54:19 +0000 (17:54 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 29 Apr 2015 15:54:31 +0000 (17:54 +0200)
This fixes error in release target of rpp-simulink.

Makefile

index c2d41f622487ff69fe9ca6e61df1195a34bd0605..c48c42582af96b54c1c78be47801e5c5c9d07f7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -75,4 +75,4 @@ $(RELEASE_BASENAME):: lib
        cp --parents  $(RELEASE_LIB_GEN_FILES:%=rpp-lib/%) $@/
 
 lib:
-       $(MAKE) -C rpp-lib/build/$(RELEASE_TARGET)/Release
+       $(MAKE) -C rpp-lib/build/$(RELEASE_TARGET)/Debug