Add comment
This commit is contained in:
parent
60611141f3
commit
5029d3c4bb
6
deps/build.jl
vendored
6
deps/build.jl
vendored
@ -65,7 +65,11 @@ if use_bp
|
|||||||
else
|
else
|
||||||
@info("Using system `ffmpeg`. If you run into `ffmpeg`-related trouble, trying running `ENV[\"PLOTS_INSTALL_FFMPEG\"]=\"true\"; using Pkg; Pkg.build(\"Plots\")` to use `BinaryProvider`-provided `ffmpeg` instead.")
|
@info("Using system `ffmpeg`. If you run into `ffmpeg`-related trouble, trying running `ENV[\"PLOTS_INSTALL_FFMPEG\"]=\"true\"; using Pkg; Pkg.build(\"Plots\")` to use `BinaryProvider`-provided `ffmpeg` instead.")
|
||||||
|
|
||||||
|
# if we're using the system `ffmpeg`, remove `binary_provider_deps.jl`,
|
||||||
|
# so the existence of that file is equivalent to using BinaryProvider.
|
||||||
|
# This lets us check if the file exists to know whether or not to
|
||||||
|
# call `check_deps` in `__init__()`, and to set the system fallback
|
||||||
|
# `const ffmpeg = "ffmpeg"` in Plots.jl.
|
||||||
if isfile("binary_provider_deps.jl")
|
if isfile("binary_provider_deps.jl")
|
||||||
rm("binary_provider_deps.jl")
|
rm("binary_provider_deps.jl")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user