Skip to content

Commit 48c53c9

Browse files
committed
Merge branch 'master' of https://github.com/ederc/GB.jl
2 parents 48da2e7 + 4d5ae33 commit 48c53c9

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)