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