Skip to content

Commit 6eef79c

Browse files
authored
1 parent bc98abc commit 6eef79c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

stdlib/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ using Base, Libdl, Base.BinaryPlatforms
88
export libgfortran, libstdcxx, libgomp, libatomic, libgcc_s
99

1010
# These get calculated in __init__()
11+
const PATH = Ref("")
12+
const PATH_list = String[]
1113
const LIBPATH = Ref("")
1214
const LIBPATH_list = String[]
1315
artifact_dir::String = ""

stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ baremodule OpenBLAS_jll
55
using Base, Libdl, Base.BinaryPlatforms
66
using CompilerSupportLibraries_jll
77

8-
const PATH_list = String[]
9-
const LIBPATH_list = String[]
10-
118
export libopenblas
129

1310
# These get calculated in __init__()
11+
const PATH = Ref("")
12+
const PATH_list = String[]
1413
const LIBPATH = Ref("")
1514
const LIBPATH_list = String[]
1615
artifact_dir::String = ""

stdlib/libblastrampoline_jll/src/libblastrampoline_jll.jl

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ using Base, Libdl
88
export libblastrampoline
99

1010
# These get calculated in __init__()
11+
const PATH = Ref("")
12+
const PATH_list = String[]
1113
const LIBPATH = Ref("")
1214
const LIBPATH_list = String[]
1315
artifact_dir::String = ""

0 commit comments

Comments
 (0)