scx-upstream/rust/scx_rustland_core/build.rs

11 lines
240 B
Rust
Raw Normal View History

// Copyright (c) Meta Platforms, Inc. and affiliates.
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2.
use scx_utils::Builder;
fn main() {
Builder::new().build()
}