Skip to content

Commit 4d5ae33

Browse files
committed
NEMO -> GB naming convention
1 parent 552abc5 commit 4d5ae33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps/build.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ if !issource_build
4949

5050
else
5151
println("Doing a source build for C dependencies...")
52-
if "NEMO_BUILD_THREADS" in keys(ENV)
53-
build_threads = ENV["NEMO_BUILD_THREADS"]
52+
if "GB_BUILD_THREADS" in keys(ENV)
53+
build_threads = ENV["GB_BUILD_THREADS"]
5454
println("Using $build_threads threads for building as specified by NEMO_BUILD_THREADS.")
5555
else
5656
build_threads = Sys.CPU_THREADS

0 commit comments

Comments
 (0)