From 17c57b6ef7cc556da405d39d6294130c57efd431 Mon Sep 17 00:00:00 2001 From: Nischal Sharma Date: Sat, 20 Jul 2024 01:15:26 +0530 Subject: [PATCH] Update constantine/build.gradle Co-authored-by: garyschulte Signed-off-by: Nischal Sharma --- constantine/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/constantine/build.gradle b/constantine/build.gradle index 0a912e83..0e7655b5 100644 --- a/constantine/build.gradle +++ b/constantine/build.gradle @@ -75,6 +75,7 @@ task macArmLibCopy(type: Copy) { } task macLibCopy(type: Copy) { + dependsOn compileNativeLibrary from 'constantine/lib/libconstantine.dylib' into 'build/resources/main/darwin-x86-64' }