Skip to content

Commit e29f22b

Browse files
committed
more deprecations
1 parent 31a6dac commit e29f22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function cflags_validator(pkg_names...)
1818
end
1919

2020
# Explicitly disallow global LCM installations
21-
validate_lcm(name, handle) = contains(name, dirname(@__FILE__))
21+
validate_lcm(name, handle) = occursin(dirname(@__FILE__), name)
2222

2323
@static if Sys.islinux()
2424
python = library_dependency("python", aliases=["libpython2.7.so", "libpython3.2.so", "libpython3.3.so", "libpython3.4.so", "libpython3.5.so", "libpython3.6.so", "libpython3.7.so", "libpython3.8.so"], validate=cflags_validator("python", "python2", "python3"))

0 commit comments

Comments
 (0)