Home
last modified time | relevance | path

Searched refs:HAS_XZ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/
H A DMakefile1011 HAS_XZ ?= $(shell command -v xz > /dev/null 2>&1; [ $$? -eq 0 ] && echo 1 || echo 0) macro
1014 XZ = $(shell [ $(HAS_XZ) -eq 1 ] && [ $(SKIP_XZ) -eq 0 ] && echo 1 || echo 0)
1024 ifeq ($(HAS_XZ), 1)

Completed in 4 milliseconds