From 76aab9baf1c795a812d00bd4c0f2832b5ac2d379 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 2 Oct 2018 08:52:28 +0200 Subject: compiler: make symbolfiles feature compile again --- compiler/modules.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/modules.nim') diff --git a/compiler/modules.nim b/compiler/modules.nim index 8fedba10a..75e95e453 100644 --- a/compiler/modules.nim +++ b/compiler/modules.nim @@ -66,7 +66,7 @@ proc compileModule*(graph: ModuleGraph; fileIdx: FileIndex; flags: TSymFlags): P if sfMainModule in result.flags: graph.config.mainPackageId = result.owner.id - result.id = getModuleId(graph, fileIdx, toFullPath(graph.config, fileIdx)) + result.id = getModuleId(graph, fileIdx, AbsoluteFile toFullPath(graph.config, fileIdx)) discard processModule(graph, result, if sfMainModule in flags and graph.config.projectIsStdin: stdin.llStreamOpen else: nil) elif graph.isDirty(result): -- cgit 1.4.1-2-gfad0