fixed issue where compile errors if private macro file is not present

pull/3777/head
ishtob 6 years ago
parent fa36f167ac
commit e0035df48f

@ -1,5 +1,5 @@
SRC += ishtob.c SRC += ishtob.c
ifneq ($(wildcard $(USER_PATH)/macros_private.c),"") ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
SRC += macros_private.c SRC += macros_private.c
endif endif
ifeq ($(strip $(NO_SECRETS)), yes) ifeq ($(strip $(NO_SECRETS)), yes)

Loading…
Cancel
Save