Browse Source

Fix vcvarsall.bat argument for UWP ARM build

George Marques 8 years ago
parent
commit
f1c9b238df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      reference/compiling_for_uwp.rst

+ 2 - 2
reference/compiling_for_uwp.rst

@@ -25,8 +25,8 @@ you want to build. Check :ref:`doc_compiling_for_windows` to see how these
 prompts work.
 prompts work.
 
 
 There are three target architectures for UWP: x86 (32-bits), x64 (64-bits)
 There are three target architectures for UWP: x86 (32-bits), x64 (64-bits)
-and ARM (32-bits). You can run ``vcvarsall.bat`` with ``arm`` as argument to
-set the environment for this target architecture.
+and ARM (32-bits). For the latter, you can run ``vcvarsall.bat`` with
+``x86_arm`` or ``amd64_arm`` as argument to set the environment.
 
 
 Set the ``ANGLE_SRC_PATH`` to the directory where you downloaded the ANGLE
 Set the ``ANGLE_SRC_PATH`` to the directory where you downloaded the ANGLE
 source code. The build process will also build ANGLE to produce the
 source code. The build process will also build ANGLE to produce the