Skip to content

Commit

Permalink
Update fontforge pkg-config patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 12, 2023
1 parent 49d63a0 commit 9a5ca5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ when (portVersion) {

doLast {
com.android.ndkports.Abi.values().forEach { abi ->
val pkgConfigDir = installDirectoryFor(abi).resolve("include/android.${abi.abiName}/lib/pkgconfig")
val pkgConfigDir = installDirectoryFor(abi).resolve("lib/pkgconfig")
pkgConfigDir.resolve("libfontforge.pc")
// Add Missing Requires:
.replace(
Expand Down

0 comments on commit 9a5ca5e

Please sign in to comment.