Skip to content

Commit edecf34

Browse files
authored
[AutoBuild] Fix value of jllwrappers_compat (#1359)
1 parent f397838 commit edecf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ function build_jll_package(src_name::String,
15731573

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

0 commit comments

Comments
 (0)