diff --git a/src/common.rs b/src/common.rs index d83bdb5..cb3431c 100644 --- a/src/common.rs +++ b/src/common.rs @@ -48,7 +48,7 @@ pub struct XWinOptions { /// The version to retrieve, can either be a major version of 15, 16 or 17, or /// a "." 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