We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f126fe7 commit e049b66Copy full SHA for e049b66
src/AutoBuild.jl
@@ -1164,6 +1164,7 @@ function build_jll_package(src_name::String,
1164
# This either calls `@artifact_str()`, or returns a constant string if we're overridden.
1165
global artifact_dir = find_artifact_dir()
1166
1167
+ # Initialize PATH and LIBPATH environment variable listings
1168
global PATH_list, LIBPATH_list
1169
""")
1170
@@ -1281,7 +1282,7 @@ function build_jll_package(src_name::String,
1281
1282
1283
\"\"\"
1284
dev_jll()
-
1285
+
1286
Check this package out to the dev package directory (usually ~/.julia/dev),
1287
copying the artifact over to a local `override` directory, allowing package
1288
developers to experiment with a locally-built binary.
0 commit comments