More make tweaks, try to always use correct paths
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0fc4a61870
commit
7fcb46832c
5 changed files with 33 additions and 16 deletions
8
deps/Makefile
vendored
8
deps/Makefile
vendored
|
@ -4,8 +4,6 @@
|
|||
# Created by falkTX
|
||||
#
|
||||
|
||||
DEP_PATH = $(abspath ../src/Rack/dep)
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Import base definitions
|
||||
|
||||
|
@ -21,6 +19,12 @@ else
|
|||
SYSDEPS ?= false
|
||||
endif
|
||||
|
||||
ifeq ($(SYSDEPS),true)
|
||||
DEP_PATH = $(abspath sysroot)
|
||||
else
|
||||
DEP_PATH = $(abspath ../src/Rack/dep)
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# custom build flags
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue