Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
59b72143
Commit
59b72143
authored
Apr 02, 2018
by
Giulio
Browse files
If doing a LIGHT build, then exclude also platform-specific externals
parent
9ddde963
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/Makefile
View file @
59b72143
...
...
@@ -142,6 +142,7 @@ endif
# NEW (IN-PROGRESS): flext
# this is for libraries that don't compile (yet) on all platforms
ifneq
($(LIGHT),yes)
ifeq
($(OS_NAME),windows)
ifneq
($(INCREMENTAL),yes)
LIB_TARGETS
+=
gem
...
...
@@ -163,6 +164,7 @@ else
endif
endif
endif
endif
# ifneq ($(LIGHT),yes)
#------------------------------------------------------------------------------#
...
...
Write
Preview
Markdown
is supported
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