mirror-ghostty/pkg/glslang
Alessandro De Blasis 74c6ffe78e build: fix glslang compilation on Windows with MSVC
Apply the same MSVC fixes used for simdutf and highway: conditionally
skip linkLibCpp on MSVC since Zig's bundled libc++ headers conflict
with MSVC's own C++ runtime, and add -std=c++17 for C++17 features
like std::variant and inline variables that glslang requires.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 08:05:40 +01:00
..
override/glslang pkg/glslang: can build 2023-11-17 21:50:35 -08:00
test pkg/glslang: shader api 2023-11-17 21:50:35 -08:00
build.zig build: fix glslang compilation on Windows with MSVC 2026-03-24 08:05:40 +01:00
build.zig.zon build: many more lazy dependencies, defer deps add unless needed 2025-09-21 13:26:09 -07:00
c.zig pkg/glslang: yeet usingns 2024-08-16 15:36:31 -07:00
init.zig pkg/glslang: yeet usingns 2024-08-16 15:36:31 -07:00
main.zig pkg/glslang: yeet usingns 2024-08-16 15:36:31 -07:00
program.zig pkg/glslang: yeet usingns 2024-08-16 15:36:31 -07:00
shader.zig pkg/glslang: yeet usingns 2024-08-16 15:36:31 -07:00
test.zig pkg/glslang: shader api 2023-11-17 21:50:35 -08:00