vulkan-go / demos

Vulkan API crossplatform demos in Go

Home Page:https://vulkanGo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go build github.com/vulkan-go/vulkan: invalid flag in #cgo LDFLAGS: -Wl,--allow-multiple-definition

Gerhardt-Hilts opened this issue · comments

if you are having this issue, its actually a problem with this repo
https://github.com/vulkan-go/vulkan

here is a solution
manually delete -Wl,--allow-multiple-definition from vulkan_windows.go line 8

reference from issue on other repo
vulkan-go/vulkan#13 (comment)

Please leave this issue open until this case is resolved/properly handled on the main repo so that newcomers can understand and resolve the issue they are having. Usability and support is the best way to bring in new users and contributers!