[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:
@@ -529,7 +529,9 @@ class GenerateIrRuntime {
|
||||
module.irBuiltins,
|
||||
mutableMapOf(),
|
||||
CompatibilityMode.CURRENT,
|
||||
true
|
||||
skipExpects = true,
|
||||
normalizeAbsolutePaths = false,
|
||||
emptyList()
|
||||
).serializedIrModule(module)
|
||||
return serializedIr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user