We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951be2d commit b09ad40Copy full SHA for b09ad40
src/Operations.jl
@@ -227,7 +227,7 @@ end
227
# about extensions
228
function fixups_from_projectfile!(env::EnvCache)
229
for pkg in values(env.manifest)
230
- _source_path = source_path(env.manifest_file, pkg)
+ _source_path = abspath(source_path(env.manifest_file, pkg))
231
project_file = try
232
Base.locate_project_file(_source_path)
233
catch
0 commit comments