Home
last modified time | relevance | path

Searched refs:SKIP_XZ (Results 1 – 1 of 1) sorted by relevance

/third_party/node/
DMakefile910 SKIP_XZ ?= 0 macro
911 XZ = $(shell [ $(HAS_XZ) -eq 1 ] && [ $(SKIP_XZ) -eq 0 ] && echo 1 || echo 0)
916 ifeq ($(SKIP_XZ), 1)
918 $(info SKIP_XZ=1 supplied, skipping .tar.xz creation)