Skip to content

Commit cc06137

Browse files
author
Dhairya Gandhi
committed
fixes
1 parent ba8e771 commit cc06137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NNlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Requires
55
include("dim_helpers.jl")
66

77
# NNPACK support
8-
if get(ENV, "NNLIB_USE_NNPACK", "false")
8+
if get(ENV, "NNLIB_USE_NNPACK", "false") == "true"
99
if Sys.islinux() || Sys.isapple()
1010
include("nnpack/NNPACK.jl")
1111
else

0 commit comments

Comments
 (0)