Skip to content

Commit f28ef95

Browse files
committed
Rename libzs.a (vcpkg Windows build produces that name now)
1 parent a97730e commit f28ef95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nativebuilds/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ for (target in targets) {
318318
binFolder.deleteRecursively()
319319
}
320320
File(destPath, "lib/libzlib.a").renameLeafName("libz.a")
321+
File(destPath, "lib/libzs.a").renameLeafName("libz.a")
321322
File(destPath, "lib/libzlib.so").renameLeafName("libz.so")
322323
}
323324
}

0 commit comments

Comments
 (0)