зеркало из https://github.com/mozilla/gecko-dev.git
Changed check for EDITOR to MOZ_EDITOR.
This commit is contained in:
Родитель
feb721781c
Коммит
b68d27d653
|
@ -65,7 +65,7 @@ endif
|
|||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
ifdef EDITOR
|
||||
ifdef MOZ_EDITOR
|
||||
CSRCS += layedit.c \
|
||||
layfree.c \
|
||||
layimage.c \
|
||||
|
|
|
@ -61,7 +61,7 @@ CONFIG_FILES += \
|
|||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef EDITOR
|
||||
ifdef MOZ_EDITOR
|
||||
CONFIG_FILES += \
|
||||
init/editor.js \
|
||||
$(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче