Skip to content

Commit

Permalink
Update constantine/build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo and garyschulte authored Jul 19, 2024
1 parent f4877c2 commit d2bfe1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constantine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ tasks.withType(JavaCompile) {
}

task macArmLibCopy(type: Copy) {
dependsOn compileNativeLibrary
from 'constantine/lib/libconstantine.dylib'
into 'build/resources/main/darwin-aarch64'
}
Expand Down

0 comments on commit d2bfe1c

Please sign in to comment.