Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
7540f477
Commit
7540f477
authored
7 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
fix lxc
parent
d6b0350d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GNUmakefile
+7
-2
GNUmakefile
with
7 additions
and
2 deletions
+7
-2
GNUmakefile
+
7
-
2
View file @
7540f477
...
...
@@ -18,7 +18,12 @@ endif
# On Linux we build for Linux, Windows, and potentially Linux+LXC
ifeq
(Linux,$(THIS_OS))
HAS_LXC
=
$(
shell
pkg-config
--exists
lxc
)
# Detect if we have LXC on the path
ifeq
(0,$(shell pkg-config --exists lxc; echo $$?))
HAS_LXC
=
"true"
endif
ALL_TARGETS
+=
linux_386
\
linux_amd64
\
linux_arm
\
...
...
@@ -26,7 +31,7 @@ ALL_TARGETS += linux_386 \
windows_386
\
windows_amd64
ifeq
(,$(HAS_L
A
X))
ifeq
(,$(HAS_LX
C
))
ALL_TARGETS
+=
linux_amd64-lxc
endif
endif
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help