fix dynamic build
parent
d71197dc59
commit
e3a58526ce
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue