mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
fix dynamic build
This commit is contained in:
@ -759,7 +759,7 @@ fn addDeps(
|
||||
|
||||
// Dynamic link
|
||||
if (!static) {
|
||||
// step.addIncludePath(.{ .path = freetype.include_path_self });
|
||||
step.addIncludePath(freetype_dep.path(""));
|
||||
step.linkSystemLibrary2("bzip2", dynamic_link_opts);
|
||||
step.linkSystemLibrary2("freetype2", dynamic_link_opts);
|
||||
step.linkSystemLibrary2("harfbuzz", dynamic_link_opts);
|
||||
|
@ -51,6 +51,7 @@ let
|
||||
freetype
|
||||
harfbuzz
|
||||
libpng
|
||||
pixman
|
||||
zlib
|
||||
|
||||
libX11
|
||||
|
Reference in New Issue
Block a user