- fixed extlib paths

This commit is contained in:
2022-06-28 20:00:49 +02:00
parent 63f039229b
commit fd7c361866
+2 -2
View File
@@ -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