mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-14 21:54:54 -05:00
Merge remote-tracking branch 'origin/community' into community
This commit is contained in:
commit
7a9f8ae3c3
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ else:
|
||||||
VCPKG_PATH = Path(__file__).parent / 'vcpkg'
|
VCPKG_PATH = Path(__file__).parent / 'vcpkg'
|
||||||
|
|
||||||
if len(sys.argv) > 3:
|
if len(sys.argv) > 3:
|
||||||
print("the argumnets after the second one are ignored")
|
print("the arguments after the second one are ignored")
|
||||||
|
|
||||||
|
|
||||||
if not VCPKG_PATH.exists():
|
if not VCPKG_PATH.exists():
|
||||||
|
|
Loading…
Reference in a new issue