Skip to content

Commit a4ade4f

Browse files
committed
tooling: Fix KEEP_SOURCES build-arg set by WITH_VTD
1 parent 37345e3 commit a4ade4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ DOCKER_BUILD_ARGS += --build-arg WITH_VTD=${WITH_VTD}
5959
DOCKER_BUILD_ARGS += --build-arg VTD_IMAGE=${VTD_IMAGE}
6060
endif
6161

62-
ifeq (${WITH_VTD},1)
62+
ifeq (${KEEP_SOURCES},1)
6363
DOCKER_IMAGE := ${DOCKER_IMAGE}-with-src
6464
DOCKER_BUILD_ARGS += --build-arg KEEP_SOURCES=1
6565
endif

0 commit comments

Comments
 (0)