crosvm/tools/install-mingw64-deps
Daniel Verkamp 94a9b3f650 tools/install-mingw64-deps: remove unused winetricks vars
The mingw64 install script does not install winetricks, so it does not
need these variables. They are probably left over from a previous
refactoring. tools/setup-wine64 has the same variables, but they are
actually used in that case.

TEST=make -C tools/impl/dev_container crosvm_dev

Change-Id: I3993f4e53677752c973fc683d13f9dda68f6aae0
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5353268
Reviewed-by: Zihan Chen <zihanchen@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2024-03-07 19:35:33 +00:00

11 lines
316 B
Bash
Executable file

#!/usr/bin/env bash
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -ex
# Install mingw64 toolchain and wine
sudo apt-get install --yes --no-install-recommends \
gcc-mingw-w64-x86-64-win32 \
wine \
wine64