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 543cd12 commit 8ae5fd8Copy full SHA for 8ae5fd8
.gitignore
@@ -17,4 +17,6 @@ ci/LDKSwift/.swiftpm
17
/xcode/DirectBindingsApp/DirectBindingsApp.xcodeproj/xcuserdata/
18
19
## User settings
20
+xcode/LDK/*.h
21
+xcode/LDK/*.c
22
xcuserdata/
xcode/LDK/build-libldk.sh
@@ -15,6 +15,9 @@ set -e # stop execution upon the first error
15
LDK_DIRECTORY=../../ldk-c-bindings # directory to compile the C bindings in
16
C_BINDINGS_SOURCE_DIRECTORY="${LDK_DIRECTORY}/lightning-c-bindings"
+cp "${C_BINDINGS_SOURCE_DIRECTORY}/include/"*.h $PROJECT_DIR
+cp "${LDK_DIRECTORY}/ldk-net/ldk_net."{c,h} $PROJECT_DIR
+
if [[ ${ACTION:-build} = "build" || $ACTION = "install" ]]; then
TARGET_NAME="libldk"
23
0 commit comments