mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
9cd31f1669
Also add compilation scripts Bug: b/309011910 Test: tools/install-mac-deps && tools/mac-build Change-Id: I5aa200238fb83c94115ca2f3624ca84a34d9555a Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4997935 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Cody Schuffelen <schuffelen@google.com>
8 lines
211 B
Bash
Executable file
8 lines
211 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Copyright 2023 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
|
|
|
|
rustup target add aarch64-apple-darwin
|
|
|