Skip to content

Commit 899c7d0

Browse files
authored
Merge pull request #160 from maleadt/tb/include_dependency
Don't add an include dependency on a directory.
2 parents 8919fe4 + 942c97c commit 899c7d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LLVM.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ let
5353
vercmp_compat(a,b) = a.major>b.major || (a.major==b.major && a.minor>=b.minor)
5454

5555
llvmjl_wrappers_path = joinpath(@__DIR__, "..", "lib")
56-
Base.include_dependency(llvmjl_wrappers_path)
5756

5857
llvmjl_wrappers = filter(path->isdir(joinpath(llvmjl_wrappers_path, path)),
5958
readdir(llvmjl_wrappers_path))

0 commit comments

Comments
 (0)