Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit e6710a7

Browse files
committed
Respect isolation of locate in write_deps
1 parent 4f89d06 commit e6710a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Products.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ function write_deps_file(depsjl_path::AbstractString, products::Vector{P};
442442
# Escape the location so that e.g. Windows platforms are happy with
443443
# the backslashes in a string literal
444444
product_path = locate(product, platform=platform_key_abi(),
445-
verbose=verbose)
445+
verbose=verbose, isolate=isolate)
446446
product_path = relpath(product_path, dirname(depsjl_path))
447447
product_path = escape_path(product_path)
448448
vp = variable_name(product)

0 commit comments

Comments
 (0)