mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-03 12:24:40 +00:00
support dynamic linking (not default) test in GH actions
This commit is contained in:
@@ -3,7 +3,7 @@ const std = @import("std");
|
||||
/// Directories with our includes.
|
||||
const root = thisDir() ++ "../../../vendor/freetype/";
|
||||
const include_path = root ++ "include";
|
||||
const include_path_self = thisDir();
|
||||
pub const include_path_self = thisDir();
|
||||
|
||||
pub const pkg = std.build.Pkg{
|
||||
.name = "freetype",
|
||||
|
||||
Reference in New Issue
Block a user