Skip to content

Commit bed740d

Browse files
authored
Fix another place that uses LLVMExtra_jll
1 parent bfbfdba commit bed740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MyApp/src/MyApp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function real_main()
8989
@eval @everywhere using Example
9090
@everywhere println(Example.domath(3))
9191

92-
if VERSION >= v"1.7.0"
92+
@static if (VERSION >= v"1.7.0") && !(VERSION.major == 1 && VERSION.major == 9)
9393
if isfile(LLVMExtra_jll.libLLVMExtra_path)
9494
println("LLVMExtra path: ok!")
9595
else

0 commit comments

Comments
 (0)