mirror of https://github.com/kivy/kivy.git
Quick fix
This commit is contained in:
parent
12eec7398b
commit
0ac77a8708
6
Makefile
6
Makefile
|
@ -15,13 +15,13 @@ INSTALL_ROOT =
|
||||||
INSTALL_PREFIX =
|
INSTALL_PREFIX =
|
||||||
INSTALL_LAYOUT =
|
INSTALL_LAYOUT =
|
||||||
|
|
||||||
ifeq ($(INSTALL_ROOT),)
|
ifneq ($(INSTALL_ROOT),)
|
||||||
INSTALL_OPTIONS += --root=$(INSTALL_ROOT)
|
INSTALL_OPTIONS += --root=$(INSTALL_ROOT)
|
||||||
endif
|
endif
|
||||||
ifeq ($(INSTALL_PREFIX),)
|
ifneq ($(INSTALL_PREFIX),)
|
||||||
INSTALL_OPTIONS += --prefix=$(INSTALL_PREFIX)
|
INSTALL_OPTIONS += --prefix=$(INSTALL_PREFIX)
|
||||||
endif
|
endif
|
||||||
ifeq ($(INSTALL_LAYOUT),)
|
ifneq ($(INSTALL_LAYOUT),)
|
||||||
INSTALL_OPTIONS += --install-layout=$(INSTALL_LAYOUT)
|
INSTALL_OPTIONS += --install-layout=$(INSTALL_LAYOUT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue