Skip to content

Commit

Permalink
Update FreeType prefab config and capitalization in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Oct 29, 2023
1 parent 6751884 commit eb4ee04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Figure out proper way to deliver per ABI headers.

#### [libpng](http://libpng.org/pub/png/libpng.html)

#### [freetype](https://freetype.org)
#### [FreeType](https://freetype.org)
3 changes: 2 additions & 1 deletion freetype/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ tasks.prefabPackage {

modules {
create("freetype") {
static.set(true)
static.set(project.findProperty("libraryType") == "static")
dependencies.set(listOf("z", "//libpng:png16"))
}
}
}
Expand Down

0 comments on commit eb4ee04

Please sign in to comment.