mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +00:00
fixed issue where compile errors if private macro file is not present
This commit is contained in:
parent
fa36f167ac
commit
e0035df48f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
SRC += ishtob.c
|
||||
ifneq ($(wildcard $(USER_PATH)/macros_private.c),"")
|
||||
ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
|
||||
SRC += macros_private.c
|
||||
endif
|
||||
ifeq ($(strip $(NO_SECRETS)), yes)
|
||||
|
|
Loading…
Reference in a new issue