diff --git a/backend.native/build.gradle b/backend.native/build.gradle index af76e5a4948..7f5e80307b3 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -152,7 +152,7 @@ task run(type: JavaExec) { args 'tests/codegen/function/sum.kt' - args project(':runtime').file('src/main/kotlin') + args '-headers', project(':runtime').file('src/main/kotlin') args '-output', "$buildDir/out.bc"