check lxc properly

This commit is contained in:
Alex Dadgar
2017-10-19 15:53:19 -07:00
parent e254232b9b
commit d54cb92c70

View File

@@ -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