From d54cb92c70df53960c8047d92dd46b684fe2bd56 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 19 Oct 2017 15:53:19 -0700 Subject: [PATCH] check lxc properly --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 996302bb0..9984626b7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,7 +28,7 @@ ALL_TARGETS += linux_386 \ windows_386 \ windows_amd64 -ifeq (,$(HAS_LXC)) +ifeq ("true",$(HAS_LXC)) ALL_TARGETS += linux_amd64-lxc endif endif