From 87e43dc588ceb0925c27fbf21be138d6a78f73f7 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 2 Sep 2015 10:41:49 +0200 Subject: [PATCH] Recommend Debug build of the library with rpp-test-sw --- rpp-test-sw/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpp-test-sw/Makefile.inc b/rpp-test-sw/Makefile.inc index 7a1fe48..c1e44dc 100644 --- a/rpp-test-sw/Makefile.inc +++ b/rpp-test-sw/Makefile.inc @@ -7,7 +7,7 @@ CONFIG = $(makefile_inc_dir)/../rpp-lib/Makefile.config ifneq ($(wildcard $(CONFIG)),) include $(CONFIG) else -$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build//Release` or build the appropriate CCS project.") +$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build//Debug` or build the appropriate CCS project.") endif include $(makefile_inc_dir)/../rpp-lib/build/Makefile.rules -- 2.39.2