зеркало из https://github.com/mozilla/pjs.git
bug 339714 - fixes regression due to the directory not being there yet. patch by bsmedberg, r=lilmatt
This commit is contained in:
Родитель
7e49289d97
Коммит
8cee784a7c
|
@ -41,7 +41,7 @@ ifndef CONFIG_DIR
|
|||
$(error CONFIG_DIR must be set before including makensis.mk)
|
||||
endif
|
||||
|
||||
ABS_CONFIG_DIR := $(shell cd $(CONFIG_DIR) && pwd)
|
||||
ABS_CONFIG_DIR := $(shell pwd)/$(CONFIG_DIR)
|
||||
|
||||
SFX_MODULE ?= $(error SFX_MODULE is not defined)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче