Skip to content

Commit e049b66

Browse files
committed
Restore comment line in wrappers
1 parent f126fe7 commit e049b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AutoBuild.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ function build_jll_package(src_name::String,
11641164
# This either calls `@artifact_str()`, or returns a constant string if we're overridden.
11651165
global artifact_dir = find_artifact_dir()
11661166
1167+
# Initialize PATH and LIBPATH environment variable listings
11671168
global PATH_list, LIBPATH_list
11681169
""")
11691170

@@ -1281,7 +1282,7 @@ function build_jll_package(src_name::String,
12811282
12821283
\"\"\"
12831284
dev_jll()
1284-
1285+
12851286
Check this package out to the dev package directory (usually ~/.julia/dev),
12861287
copying the artifact over to a local `override` directory, allowing package
12871288
developers to experiment with a locally-built binary.

0 commit comments

Comments
 (0)