Skip to content

Commit a4f74b9

Browse files
committed
Fix a typo
1 parent 605c5f5 commit a4f74b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ end
283283
my_run(`$(GNUMake_jll.make())`)
284284

285285
env2 = copy(ENV)
286-
if Sys.isapply()
286+
if Sys.isapple()
287287
env2["DYLD_FALLBACK_LIBRARY_PATH"] = "./MyLibCompiled/lib/:./MyLibCompiled/lib/julia"
288288
else
289289
# env2["LD_LIBRARY_PATH"] = "./MyLibCompiled/lib/:./MyLibCompiled/lib/julia"

0 commit comments

Comments
 (0)