Skip to content

Commit

Permalink
Fix generateSwigImpl output
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Dec 27, 2024
1 parent 2702a5d commit 5409fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anitorrent-native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ val generateSwigImpl = tasks.register("generateSwigImpl", Exec::class.java) {
outputs.dir(anitorrentRootDir.resolve("gen/java"))

val cppDir = anitorrentRootDir.resolve("gen/cpp")
val javaDir = anitorrentRootDir.resolve("gen/org/openani/anitorrent/binding/")
val javaDir = anitorrentRootDir.resolve("gen/java/org/openani/anitorrent/binding/")
commandLine = listOf(
swig,
"-java", "-c++", "-directors", "-cppext", "cpp", "-addextern",
Expand Down

0 comments on commit 5409fe7

Please sign in to comment.