From fd7c361866b003b4a9c632340efdd87c91ec5694 Mon Sep 17 00:00:00 2001 From: jens Date: Tue, 28 Jun 2022 20:00:49 +0200 Subject: [PATCH] - fixed extlib paths --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index da5588e..12c5edc 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ TARGET ?= mpsk_receiver BUILD_DIR ?= $(shell pwd)/build/${CONFIG} LIBSRC_PATH ?= $(realpath ./submodules/libsrc) -JUCE_PATH ?= $(realpath ./submodules/libext/JUCE) -BLAZE_PATH ?= $(realpath ./submodules/libext/blaze) +JUCE_PATH ?= $(realpath ../../extlib/JUCE) +BLAZE_PATH ?= $(realpath ../../extlib/blaze) export \ No newline at end of file