microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
93af13fed5d5fc7a8a08fbf37c0ea1e155c4160a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

openhcl/diag_server/build.rs

6lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4fn main() {
5 build_rs_guest_arch::emit_guest_arch()
6}
7