Fix build of minidump_stackwalk.

This commit is contained in:
John Preston 2023-09-23 21:23:51 +04:00
parent 116ae04f54
commit edfe998811
1 changed files with 3 additions and 3 deletions

View File

@ -461,9 +461,9 @@ win:
cd gyp
git checkout 9d09418933
mac:
python3 -m pip install ^
--ignore-installed ^
--target=$THIRDPARTY_DIR/gyp ^
python3 -m pip install \\
--ignore-installed \\
--target=$THIRDPARTY_DIR/gyp \\
git+https://chromium.googlesource.com/external/gyp@master
""", 'ThirdParty')