Skip to content

Commit

Permalink
optional: move modules to own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Oct 28, 2024
1 parent d25e18e commit 9b11bb1
Show file tree
Hide file tree
Showing 349 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts → modules/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kotlin {
fun DefaultCInteropSettings.configureFor(platform: String) {
val interopTask = tasks[interopProcessingTaskName]
interopTask.dependsOn(":lightning-kmp-ios-crypto:buildCrypto$platform")
val libPath = "$rootDir/ios-crypto/build/Release-${platform.lowercase()}"
val libPath = "$rootDir/modules/ios-crypto/build/Release-${platform.lowercase()}"
extraOpts("-libraryPath", libPath)
includeDirs.headerFilterOnly("$libPath/include")
}
Expand Down
Loading

0 comments on commit 9b11bb1

Please sign in to comment.