Skip to content

Commit

Permalink
fix: fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 15, 2023
1 parent e85ba35 commit 6d1b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

cargo {
prebuiltToolchains = true
targetDirectory = "$projectDir/../../../../target" // because of workspace
targetDirectory = "$projectDir/../../../target" // because of workspace
module = "$projectDir/../../../inference_core" // Or whatever directory contains your Cargo.toml
libname = "inference_core" // Or whatever matches Cargo.toml's [package] name.
profile = "release"
Expand Down

0 comments on commit 6d1b7be

Please sign in to comment.