Skip to content

Commit

Permalink
fix: add DHAVE_GETHOSTUUID to compilerOpts resolving compiler err…
Browse files Browse the repository at this point in the history
…or when compiling sqliteArm64Simulator
  • Loading branch information
Manrich121 committed Mar 14, 2024
1 parent a2ea26d commit 863550f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ kotlin {
val cInteropTask = tasks[interopProcessingTaskName]
cInteropTask.dependsOn(buildCInteropDef)
defFile = buildCInteropDef.get().outputs.files.singleFile
compilerOpts.addAll(listOf("-DHAVE_GETHOSTUUID=0"))
}
cinterops.create("powersync-sqlite-core")
}
Expand Down

0 comments on commit 863550f

Please sign in to comment.