pkg/spirv-cross: correct c header
parent
291ca16c20
commit
3a4aef2dcd
|
|
@ -75,7 +75,7 @@ fn buildSpirvCross(
|
|||
});
|
||||
|
||||
lib.installHeadersDirectoryOptions(.{
|
||||
.source_dir = upstream.path("include"),
|
||||
.source_dir = upstream.path(""),
|
||||
.install_dir = .header,
|
||||
.install_subdir = "",
|
||||
.include_extensions = &.{".h"},
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
pub usingnamespace @cImport({
|
||||
@cInclude("spirv_cross/external_interface.h");
|
||||
@cInclude("spirv_cross_c.h");
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue