Skip to content

Commit 487062d

Browse files
committed
Overwrite LocalPreferences.toml when building LLVMExtra.
1 parent c6a1d20 commit 487062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ set_preferences!(
5555

5656
# Copy the preferences to `test/` as well to work around Pkg.jl#2500
5757
cp(joinpath(dirname(@__DIR__), "LocalPreferences.toml"),
58-
joinpath(dirname(@__DIR__), "test", "LocalPreferences.toml"))
58+
joinpath(dirname(@__DIR__), "test", "LocalPreferences.toml"); force=true)

0 commit comments

Comments
 (0)