do not overwrite WINIX_INSTALL_DIR if already set
This commit is contained in:
@@ -51,7 +51,13 @@ endif
|
||||
|
||||
|
||||
# for make install
|
||||
ifndef WINIX_INSTALL_DIR
|
||||
WINIX_INSTALL_DIR=/usr/local/winix
|
||||
endif
|
||||
|
||||
ifeq ($(WINIX_INSTALL_DIR),)
|
||||
$(error WINIX_INSTALL_DIR env variable cannot be empty)
|
||||
endif
|
||||
|
||||
|
||||
export CXX
|
||||
|
Reference in New Issue
Block a user