Skip to content

Commit

Permalink
DO NOT MERGE - Jeremy-specific fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Feb 20, 2025
1 parent f5a040b commit 7e0c993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fun setupJniAndBindings() {

val cargoBuildLibraryReleaseTask = tasks.register<Exec>("cargoBuildLibraryRelease") {
workingDir(rootProject.ext.get("cargoProjectRoot")!!)
commandLine("cargo", "build", "--package", rustModuleName, "--release")
commandLine("/Users/jkmassel/.cargo/bin/cargo", "build", "--package", rustModuleName, "--release")
// No inputs.dir added, because we want to always re-run this task and let Cargo handle caching
}

Expand Down

0 comments on commit 7e0c993

Please sign in to comment.