Skip to content

Commit

Permalink
Downgrade default SDK version to 16 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jun 13, 2024
1 parent 453750b commit 259f5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub struct XWinOptions {

/// The version to retrieve, can either be a major version of 15, 16 or 17, or
/// a "<major>.<minor>" version.
#[arg(long, env = "XWIN_VERSION", default_value = "17", hide = true)]
#[arg(long, env = "XWIN_VERSION", default_value = "16", hide = true)]
pub xwin_version: String,

/// Whether or not to include debug libs
Expand Down

0 comments on commit 259f5d6

Please sign in to comment.