Commit 89499ac
amalxloop
Fix Vulkan CI: remove duplicate SC_GFX_IMPLEMENTATION
Both sc_backend_vulkan.h and test_gfx.c compiled the sc_gfx_* dispatch functions, causing 'multiple definition' linker errors. Removed -DSC_GFX_IMPLEMENTATION from the test command — test_gfx.c defines it in source; sc_backend_vulkan.h only needs -DSC_BACKEND_VULKAN_IMPLEMENTATION for the Vulkan function implementations.1 parent 8b7f131 commit 89499ac
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
0 commit comments