Skip to content

Commit

Permalink
[AutoBuild] Fix value of jllwrappers_compat (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Dec 27, 2024
1 parent f397838 commit edecf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoBuild.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ function build_jll_package(src_name::String,

# Add a Project.toml. Note: here we list _all_ runtime dependencies, including those
# that may be required only for some platforms.
jllwrappers_compat = isempty(augment_platform_block) ? "1.2.0" : "1.4.0"
jllwrappers_compat = DEFAULT_JLLWRAPPERS_VERSION_SPEC
project = build_project_dict(src_name, build_version, dependencies, julia_compat; lazy_artifacts, jllwrappers_compat, augment_platform_block)
open(joinpath(code_dir, "Project.toml"), "w") do io
TOML.print(io, project)
Expand Down

0 comments on commit edecf34

Please sign in to comment.