- fixed extlib paths
This commit is contained in:
@@ -4,7 +4,7 @@ TARGET ?= mpsk_receiver
|
|||||||
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
|
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
|
||||||
|
|
||||||
LIBSRC_PATH ?= $(realpath ./submodules/libsrc)
|
LIBSRC_PATH ?= $(realpath ./submodules/libsrc)
|
||||||
JUCE_PATH ?= $(realpath ./submodules/libext/JUCE)
|
JUCE_PATH ?= $(realpath ../../extlib/JUCE)
|
||||||
BLAZE_PATH ?= $(realpath ./submodules/libext/blaze)
|
BLAZE_PATH ?= $(realpath ../../extlib/blaze)
|
||||||
|
|
||||||
export
|
export
|
||||||
Reference in New Issue
Block a user