Skip to content

Commit

Permalink
Add build_options to the JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 9, 2024
1 parent c82c04d commit 79b56d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub struct PythonJsonMain {
pub apple_sdk_platform: Option<String>,
pub apple_sdk_version: Option<String>,
pub build_info: PythonBuildInfo,
pub build_options: String,
pub crt_features: Vec<String>,
pub libpython_link_mode: String,
pub licenses: Option<Vec<String>>,
Expand Down

0 comments on commit 79b56d0

Please sign in to comment.