-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to mono/2017-12/0d51a806 (#1318)
To simplify integrating mono's SDKs feature.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mono
updated
12 files
+1 −1 | mono/mini/aot-runtime.h | |
+10 −0 | sdks/builds/.gitignore | |
+22 −0 | sdks/builds/Makefile | |
+173 −22 | sdks/builds/android.mk | |
+4 −4 | sdks/builds/bcl.mk | |
+18 −0 | sdks/builds/download-llvm.sh | |
+48 −34 | sdks/builds/ios.mk | |
+127 −0 | sdks/builds/llvm.mk | |
+39 −0 | sdks/builds/mxe.mk | |
+1 −1 | sdks/builds/wasm.mk | |
+1 −1 | sdks/paths.mk | |
+35 −0 | sdks/versions.mk |