summaryrefslogtreecommitdiffstats
path: root/third_party/rust/ws2_32-sys/build.rs
blob: 30b8283bb9ebe993e994a66000e23b459244accc (plain)
1
2
3
4
5
6
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
extern crate build;
fn main() {
    build::link("ws2_32", false)
}