mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-29 00:43:10 +02:00
Remove unused ThirdParty\cmake\bin from prepare.py
This commit is contained in:
parent
f97d751343
commit
9790e37154
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ if not os.path.isdir(os.path.join(thirdPartyDir, keysLoc)):
|
||||||
pathPrefixes = [
|
pathPrefixes = [
|
||||||
'ThirdParty\\msys64\\mingw64\\bin',
|
'ThirdParty\\msys64\\mingw64\\bin',
|
||||||
'ThirdParty\\jom',
|
'ThirdParty\\jom',
|
||||||
'ThirdParty\\cmake\\bin',
|
|
||||||
'ThirdParty\\gyp',
|
'ThirdParty\\gyp',
|
||||||
] if win else [
|
] if win else [
|
||||||
'ThirdParty/gyp',
|
'ThirdParty/gyp',
|
||||||
|
|
Loading…
Add table
Reference in a new issue