- fixed extlib paths
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user