mirror of
https://github.com/bytedance/g3.git
synced 2026-05-01 21:20:40 +00:00
9 lines
185 B
Rust
9 lines
185 B
Rust
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
* Copyright 2023-2025 ByteDance and/or its affiliates.
|
|
*/
|
|
|
|
fn main() {
|
|
g3_build_env::check_basic();
|
|
g3_build_env::check_openssl();
|
|
}
|