From a98debadec52a0db4fcbe6ccf76d2d48bbdbbb7a Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 29 Apr 2015 17:54:19 +0200 Subject: [PATCH] Use debug build of library in the release package This fixes error in release target of rpp-simulink. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2d41f6..c48c425 100644 --- 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 -- 2.39.2