From 4ae93ade9cef4906033d21d1c9376f18894bb12b Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 21 Aug 2017 17:09:17 -0700 Subject: [PATCH] fix lxc --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 0121b6491..de4d604b5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ ALL_TARGETS += linux_386 \ windows_386 \ windows_amd64 -ifeq (,$(HAS_LAX)) +ifeq (,$(HAS_LXC)) ALL_TARGETS += linux_amd64-lxc endif endif