diff options
author | crupest <crupest@outlook.com> | 2019-12-25 00:10:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-12-25 00:10:54 +0800 |
commit | f360f99f91b4e41110495b2085ff45f33f9ae154 (patch) | |
tree | 120c3a0849b7b193ee83a339b2772f7e2d24ddb7 /tools/win_build.py | |
parent | 34dfb291733716efc5a7b35aa80a1a70e65d38eb (diff) | |
download | cru-f360f99f91b4e41110495b2085ff45f33f9ae154.tar.gz cru-f360f99f91b4e41110495b2085ff45f33f9ae154.tar.bz2 cru-f360f99f91b4e41110495b2085ff45f33f9ae154.zip |
...
Diffstat (limited to 'tools/win_build.py')
-rw-r--r-- | tools/win_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win_build.py b/tools/win_build.py index 631a386d..4c6bdad9 100644 --- a/tools/win_build.py +++ b/tools/win_build.py @@ -52,7 +52,7 @@ def configure(): 'x64': 'x64' } - subprocess.check_call('vcpkg install gtest', + subprocess.check_call('vcpkg install gtest:{arch}-windows'.format(arch=args.arch), stdout=sys.stdout, stderr=sys.stderr) # -DCMAKE_EXPORT_COMPILE_COMMANDS=ON |