mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
pkg/spirv-cross: correct c header
This commit is contained in:
@ -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");
|
||||
});
|
||||
|
Reference in New Issue
Block a user