use lv2.h provided at root of /usr/include

fixes ubuntu issues
This commit is contained in:
Luna 2020-06-02 22:24:43 -03:00
parent c80a6d0df7
commit 8d312cd987
3 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ const plugin = @import("plugin.zig");
pub const c = @cImport({
@cInclude("sndfile.h");
@cInclude("lilv/lilv.h");
@cInclude("lv2/core/lv2.h");
@cInclude("lv2.h");
});
pub fn Lv2Core(comptime ns: []const u8) []const u8 {