mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 04:23:47 +00:00
7 lines
153 B
Rust
7 lines
153 B
Rust
// Copyright © 2015, Peter Atashian
|
|
// Licensed under the MIT License <LICENSE.md>
|
|
extern crate build;
|
|
fn main() {
|
|
build::link("kernel32", false)
|
|
}
|