Minor build fixes for Windows
This commit is contained in:
6
Makefile
6
Makefile
@@ -5,9 +5,9 @@ else
|
||||
DIST_BUILD_SCRIPT := ./dist.sh
|
||||
endif
|
||||
|
||||
EXECUTABLES = cmake
|
||||
build_reqs := $(foreach exec,$(EXECUTABLES),\
|
||||
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH")))
|
||||
#EXECUTABLES = cmake
|
||||
#build_reqs := $(foreach exec,$(EXECUTABLES),\
|
||||
# $(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH")))
|
||||
|
||||
.PHONY: list
|
||||
list:
|
||||
|
||||
Reference in New Issue
Block a user