Skip to content

Commit 63a40b1

Browse files
committed
Fix using prebuilts
1 parent 7b2a61f commit 63a40b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/prebuild-binaries/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ artifacts {
202202
if (hasPrebuiltAssets.getOrElse(false)) {
203203
// In CI builds, we set hasPrebuiltAssets=true. In that case, contents of build/output have been downloaded from
204204
// cache and don't need to be rebuilt.
205-
add(nativeSqliteConfiguration.name, layout.buildDirectory.dir("output/native"))
205+
add(nativeSqliteConfiguration.name, layout.buildDirectory.dir("output/static"))
206206
add(jniSqlite3McConfiguration.name, layout.buildDirectory.dir("output/jni"))
207207
} else {
208208
add(nativeSqliteConfiguration.name, compileNative)

0 commit comments

Comments
 (0)