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 <alexmkyte@fastmail.com>2016-06-07 23:58:25 +0300
committerAlexander Kyte <alexmkyte@fastmail.com>2016-06-13 21:53:51 +0300
commit0b3e1136560664b5370292a71ad6d93d5ddb2c20 (patch)
tree0822a6bed113953dcc58c54d70d6e2c53af47dc2 /Makefile.am
parent6f876c4bbc1295dfcde55fb72f34e65372b6cdad (diff)
[mobile_static] Make bitcode preset enable llvm
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 8721696f7b9..fe84a2fd174 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ get-monolite-latest:
.PHONY: check-ci
check-ci:
- MONO_LLVMONLY=$(BITCODE) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh
+ MONO_LLVMONLY=$(MONO_LLVMONLY) $(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