support dynamic linking (not default) test in GH actions

This commit is contained in:
Mitchell Hashimoto
2022-08-20 14:53:53 -07:00
parent f93e9eedb3
commit ecf8353c74
4 changed files with 89 additions and 51 deletions

View File

@@ -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",