We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb8baf commit e17b0c9Copy full SHA for e17b0c9
tools/kotlin-build
@@ -6,6 +6,11 @@ if [[ `uname` == "Darwin" ]]; then
6
export BOOST_ROOT=$(brew --prefix boost)
7
fi
8
9
+# Build libTrustWalletCore.dylib
10
+cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -DTW_UNITY_BUILD=ON -DTW_COMPILE_JAVA=ON -DTW_COMPILE_KOTLIN=ON -GNinja
11
+ninja -Cbuild
12
+mv build/libTrustWalletCore.dylib kotlin/wallet-core-kotlin/src/jvmMain/resources/jni/macos-arm64/
13
+
14
pushd kotlin
15
./gradlew :wallet-core-kotlin:generateProtos
16
./gradlew :wallet-core-kotlin:assemble
0 commit comments