Skip to content

Commit 84e5dbb

Browse files
vchuravygiordano
andauthored
Update src/AutoBuild.jl
Co-authored-by: Mosè Giordano <[email protected]>
1 parent 112e9d0 commit 84e5dbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,8 +1350,7 @@ function build_jll_package(src_name::String,
13501350

13511351
if !isempty(augment_platform_block)
13521352
print(io, """
1353-
include(path) = Base.include(@__MODULE__, path)
1354-
include(joinpath("..", ".pkg", "platform_augmentation.jl"))
1353+
Base.include(@__MODULE__, joinpath("..", ".pkg", "platform_augmentation.jl"))
13551354
""")
13561355
end
13571356

0 commit comments

Comments
 (0)