use lv2.h provided at root of /usr/include
fixes ubuntu issues
This commit is contained in:
parent
c80a6d0df7
commit
8d312cd987
3 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue