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:
authorAlexander Kyte <alkyte@microsoft.com>2016-07-24 09:46:23 +0300
committerAlexander Kyte <alkyte@microsoft.com>2016-07-24 09:46:23 +0300
commitf8688a302e9eb911ef3cb45647554986cb7c2ed1 (patch)
tree812ab87da959875f4443cd54bca8b24d77b1ab1c /Makefile.am
parentdc4aa9d35e18ed57efa7b2455e3d6ab16cc29e70 (diff)
[mobile_static] Pass correct MONO_LLVMONLY for bitcode
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c6dc7e9714..f34ec85883d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ get-monolite-latest:
.PHONY: check-ci
check-ci:
- MONO_LLVMONLY=$(MONO_LLVMONLY) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+ MONO_LLVMONLY=$(BITCODE) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
.PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests
validate: do-build-mono-mcs