Quellcode durchsuchen

Merge pull request #289 from vnen/patch-1

Fix vcvarsall.bat argument for UWP ARM build
Rémi Verschelde vor 9 Jahren
Ursprung
Commit
ace75a2340
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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