Skip to content

Compilation Fixes#2

Open
Gota7 wants to merge 3 commits intovinterbell:mainfrom
Gota7:zig-sdl3
Open

Compilation Fixes#2
Gota7 wants to merge 3 commits intovinterbell:mainfrom
Gota7:zig-sdl3

Conversation

@Gota7
Copy link
Copy Markdown

@Gota7 Gota7 commented Mar 14, 2026

The spirv-tools python scripts are python3 and not python2. And in addition to this, new linux distros do not have a "python" command, just python3.

File outputs must be used where appropriate to be cached by the build system as well. Without this, clang will rebuild every time when in use by another project, yikes! Fix by @SixBeeps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants