Skip to content

Commit

Permalink
Cxx: Enable macos aarch64 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Oct 20, 2023
1 parent 1a5644d commit f10b8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,5 @@ task makeNativeDarwinAArch64(dependsOn: ':java:nativeWrappers:makeNativeWrappers
}
}

task makeNativeDarwin(dependsOn: [makeNativeDarwinAmd64, makeNativeDarwinAmd64]) {
task makeNativeDarwin(dependsOn: [makeNativeDarwinAArch64, makeNativeDarwinAmd64]) {
}

0 comments on commit f10b8a4

Please sign in to comment.