[KLIB] Compute relative path instead of absolute if relative base is provided
- normalize path if required - path it in JS/Native - path null for JVM (temporary) - fix build
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class JvmIrSerializerSession(
|
||||
) : IrFileSerializer(
|
||||
messageLogger, declarationTable, expectDescriptorToSymbol, CompatibilityMode.CURRENT,
|
||||
bodiesOnlyForInlines = mode == JvmSerializeIrMode.INLINE,
|
||||
skipExpects
|
||||
skipExpects, normalizeAbsolutePaths = false, sourceBaseDirs = emptyList()
|
||||
) {
|
||||
init {
|
||||
assert(mode != JvmSerializeIrMode.NONE)
|
||||
|
||||
Reference in New Issue
Block a user