Skip to content

Commit a02722e

Browse files
author
Christian Melchior
committed
Merge branch 'releases'
# Conflicts: # packages/cinterop/build.gradle.kts
2 parents 08b2a96 + 7bbef73 commit a02722e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cinterop/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ fun getSharedCMakeFlags(buildType: BuildType, ccache: Boolean = true): Array<Str
378378
add("-DREALM_ENABLE_SYNC=1")
379379
add("-DREALM_NO_TESTS=1")
380380
add("-DREALM_BUILD_LIB_ONLY=true")
381+
add("-DREALM_CORE_SUBMODULE_BUILD=true")
381382
}
382383
return args.toTypedArray()
383384
}

0 commit comments

Comments
 (0)