mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
pkg/libpng: name the lib png, so its not "liblibpng"
This commit is contained in:
@ -42,7 +42,7 @@ pub fn buildLib(
|
||||
opt: Options,
|
||||
) !*std.build.LibExeObjStep {
|
||||
const target = step.target;
|
||||
const lib = b.addStaticLibrary("libpng", null);
|
||||
const lib = b.addStaticLibrary("png", null);
|
||||
lib.setTarget(step.target);
|
||||
lib.setBuildMode(step.build_mode);
|
||||
|
||||
|
Reference in New Issue
Block a user