Skip to content

Commit

Permalink
Update src/build_options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 10, 2024
1 parent da52500 commit 56c24ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ pub struct BuildOptions {
#[arg(short = 'f', long, conflicts_with = "interpreter")]
pub find_interpreter: bool,

/// Allow prerelease python interpreters
#[arg(long)]
pub allow_prereleases: bool,

Expand Down

0 comments on commit 56c24ae

Please sign in to comment.