Add loading of custom shipped d3dcompiler_47.dll.

This commit is contained in:
Christian Hesse
2021-07-19 22:15:04 +02:00
committed by John Preston
parent 5910c0ae30
commit 6e90d6ae53
4 changed files with 50 additions and 47 deletions

View File

@@ -35,12 +35,15 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 87a2e9ee07
cd ../
cd ..
git clone https://chromium.googlesource.com/external/gyp
cd gyp
git checkout 9f2a7bb1
git apply ../patches/gyp.diff
cd ..\..
cd ..
python -m pip install pywin32
Add **GYP**, **Ninja** and **NuGet** to your PATH: