Fix build of minidump_stackwalk.

This commit is contained in:
John Preston 2023-09-23 21:23:51 +04:00
parent 116ae04f54
commit edfe998811

View file

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