Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Henry <luhenry@microsoft.com>2018-03-16 21:26:15 +0300
committerGitHub <noreply@github.com>2018-03-16 21:26:15 +0300
commitd3e2518fb60545eb09464d1235f1ee63f6196f11 (patch)
tree2adb47b040ee846031396b4cdd46f6df41cc1947 /support
parente36148dbd26202f4c3ad0373035cc68fac3e6499 (diff)
[sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify building of support library (#7652)
* [sdks] Simply building of support library * [sdks] Fix concurrent building of MonoAotOffsetsDumper.exe * [sdks] Cleanup of some targets
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index 969ff60e4db..f34e7071305 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -3,9 +3,12 @@ SUPPORT=
else
SUPPORT=libMonoSupportW.la
endif
+
+if BUILD_SUPPORT
lib_LTLIBRARIES = \
libMonoPosixHelper.la \
$(SUPPORT)
+endif
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \