diff --git a/development/compiling/compiling_for_uwp.rst b/development/compiling/compiling_for_uwp.rst index 956127289..4b396b32f 100644 --- a/development/compiling/compiling_for_uwp.rst +++ b/development/compiling/compiling_for_uwp.rst @@ -17,6 +17,15 @@ Requirements ``ms_master`` (default) branch. Keep it in a path without spaces to avoid problems. +.. note:: The ANGLE repo by Microsoft has been discontinued and the + ``ms_master`` branch has been cleared out. + + As a temporary workaround however, it is still possible to + download an older state of the source code via commit `c61d048 `__. + + This page will eventually be updated in the future to reflect + the new build instructions. + .. seealso:: For a general overview of SCons usage for Godot, see :ref:`doc_introduction_to_the_buildsystem`.