mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix build of minidump_stackwalk.
This commit is contained in:
parent
116ae04f54
commit
edfe998811
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue