Skip to content

Commit

Permalink
Update libpng prefab dependencies (libz and libm)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Nov 12, 2023
1 parent f67c5ab commit 49d63a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libpng/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ tasks.prefabPackage {

modules {
create("png16") {
if (project.findProperty("libraryType") == "static") {
static.set(true)
dependencies.set(listOf("z", "m"))
}
static.set(project.findProperty("libraryType") == "static")
dependencies.set(listOf("z", "m"))
}
}
}
Expand Down

0 comments on commit 49d63a0

Please sign in to comment.