Skip to content

Commit 1f992a1

Browse files
skip frameworks
1 parent 8079def commit 1f992a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/stdlib_dependencies.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ try
2626
lib_name = last(split(lib_name, "@rpath/"))
2727
# Get basename
2828
lib_name = basename(lib_name)
29+
isempty(splitext(lib_name)[2]) && continue # skip frameworks
2930
push!(raw_libs, lib_name)
3031
end
3132
end

0 commit comments

Comments
 (0)