Skip to content

Commit b09ad40

Browse files
try abspath
1 parent 951be2d commit b09ad40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ end
227227
# about extensions
228228
function fixups_from_projectfile!(env::EnvCache)
229229
for pkg in values(env.manifest)
230-
_source_path = source_path(env.manifest_file, pkg)
230+
_source_path = abspath(source_path(env.manifest_file, pkg))
231231
project_file = try
232232
Base.locate_project_file(_source_path)
233233
catch

0 commit comments

Comments
 (0)