vulkan-go / vulkan

Vulkan API bindings for Go programming language
MIT License
744 stars 56 forks source link

Fix linux build #5

Closed thomasruiz closed 7 years ago

thomasruiz commented 7 years ago

Using --static with pkg-config adds all the libraries that are required by glfw to the linking process, which was failing on linux.