Meow Kingmeowking.hashnode.dev·Nov 14, 2024Zig Build System Notes(Tested in Zig 0.13.0) Don’t use addCSourceFile to add a same C libraries that your dependent Zig libraries uses, it will produce an error like ld.lld: duplicate symbol: stbi_failure_reason. Only include the C header path using addIncludePath. For c...3 likesZig NoteszigAdd a thoughtful commentNo comments yetBe the first to start the conversation.