From a3090b8d437675e87a65de4efa85f472abdab53f Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 15 Mar 2025 13:51:28 +0100 Subject: drop libyaml, configure via args --- src/c.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/c.zig') diff --git a/src/c.zig b/src/c.zig index fd837a3..944cfc8 100644 --- a/src/c.zig +++ b/src/c.zig @@ -3,7 +3,6 @@ const build_config = @import("build_config"); pub usingnamespace @cImport({ @cInclude("epoxy/gl.h"); @cInclude("GLFW/glfw3.h"); - @cInclude("yaml.h"); @cInclude("lo/lo.h"); if (build_config.have_ffmpeg) { -- cgit v1.2.3