We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37345e3 commit a4ade4fCopy full SHA for a4ade4f
dist/docker/Makefile
@@ -59,7 +59,7 @@ DOCKER_BUILD_ARGS += --build-arg WITH_VTD=${WITH_VTD}
59
DOCKER_BUILD_ARGS += --build-arg VTD_IMAGE=${VTD_IMAGE}
60
endif
61
62
-ifeq (${WITH_VTD},1)
+ifeq (${KEEP_SOURCES},1)
63
DOCKER_IMAGE := ${DOCKER_IMAGE}-with-src
64
DOCKER_BUILD_ARGS += --build-arg KEEP_SOURCES=1
65
0 commit comments