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:
authorRodrigo Kumpera <kumpera@users.noreply.github.com>2018-09-28 05:05:05 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-09-28 05:05:05 +0300
commit23c4de0522e713e0355623c6068e097a343bb76b (patch)
tree37e0bae40fe5cb8ce7a926b7fe40f443d4f1eeb8 /scripts
parentd887ca281f6ff34be37e978a7a3184cf1582bcb5 (diff)
[wasm] Cross compile the AOT compiler for windows. (#10691)
* [wasm] Add wasm-cross-win. * [wasm] Fix dependencies between make targets
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci/run-jenkins.sh b/scripts/ci/run-jenkins.sh
index 6323603cbaa..e2e71f06f4b 100755
--- a/scripts/ci/run-jenkins.sh
+++ b/scripts/ci/run-jenkins.sh
@@ -177,6 +177,7 @@ if [[ ${CI_TAGS} == *'webassembly'* ]];
echo "DISABLE_ANDROID=1" > sdks/Make.config
echo "DISABLE_IOS=1" >> sdks/Make.config
echo "DISABLE_DESKTOP=1" >> sdks/Make.config
+ echo "ENABLE_WASM_CROSS=1" >> sdks/Make.config
if [[ ${CI_TAGS} == *'cxx'* ]]; then
echo "ENABLE_CXX=1" >> sdks/Make.config
fi