Mono: Upgrade Android/JavaScript version of godot-mono-builds.git

This commit is contained in:
Rémi Verschelde 2020-01-03 20:42:22 +01:00
parent 8f3eb0167f
commit 4b458b46f5
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ RUN git clone https://github.com/mono/mono --branch ${mono_version} --single-bra
export make="make -j" && \
git clone https://github.com/godotengine/godot-mono-builds /root/godot-mono-builds && \
cd /root/godot-mono-builds && \
git checkout bd129da22b8b9c96f3e8b07af348cc5fb61504bf && \
git checkout 710b275fbf29ddb03fd5285c51782951a110cdab && \
python3 patch_mono.py && \
python3 android.py configure --target=all-runtime && \
python3 android.py make --target=all-runtime && \

View File

@ -23,7 +23,7 @@ RUN git clone https://github.com/mono/mono --branch ${mono_version} --single-bra
export make="make -j" && \
git clone https://github.com/godotengine/godot-mono-builds /root/godot-mono-builds && \
cd /root/godot-mono-builds && \
git checkout bd129da22b8b9c96f3e8b07af348cc5fb61504bf && \
git checkout 710b275fbf29ddb03fd5285c51782951a110cdab && \
python3 patch_emscripten.py && \
python3 wasm.py configure --target=runtime && \
python3 wasm.py make --target=runtime && \