Skip to content

Commit dac7d41

Browse files
committed
fixup! python and jsruntime rebuild
Signed-off-by: Sam Gammon <[email protected]>
1 parent 9d14380 commit dac7d41

File tree

2 files changed

+1
-1
lines changed
  • packages
    • graalvm-js/src/main/resources/META-INF/elide/embedded/runtime/js
    • graalvm-py/src/main/kotlin/elide/runtime/plugins/python

2 files changed

+1
-1
lines changed

packages/graalvm-py/src/main/kotlin/elide/runtime/plugins/python/Python.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ private val BUILTIN_PYTHON_PATHS = listOf(
8787
}
8888
}
8989
val (engine, nfi) = when (config.pythonEngine) {
90+
"default",
9091
"java" -> "java" to "nfi"
9192
"native" -> "native" to "nfi"
9293
else -> error("Unsupported Python engine: ${config.pythonEngine}")
9394
}
94-
9595
builder.setOptions(
9696
"python.HPyBackend" to nfi,
9797
"python.PosixModuleBackend" to engine,

0 commit comments

Comments
 (0)