Moved sinclude for user-def.mk
This commit is contained in:
@@ -36,7 +36,6 @@ ifndef NANENV
|
||||
export NANENV := $(shell env | grep NAN_)
|
||||
endif
|
||||
|
||||
sinclude ../user-def.mk
|
||||
include nan_definitions.mk
|
||||
|
||||
DIRS = creator blender kernel
|
||||
|
@@ -32,6 +32,8 @@
|
||||
# set some defaults when these are not overruled (?=) by environment variables
|
||||
#
|
||||
|
||||
sinclude ../user-def.mk
|
||||
|
||||
ifndef CONFIG_GUESS
|
||||
ifeq (debug, $(findstring debug, $(MAKECMDGOALS)))
|
||||
ifeq (all, $(findstring all, $(MAKECMDGOALS)))
|
||||
|
Reference in New Issue
Block a user