Add missing consts for default vulkan config dirs on linux
This commit is contained in:
2
third_party/vulkan/loader/premake5.lua
vendored
2
third_party/vulkan/loader/premake5.lua
vendored
@@ -31,5 +31,7 @@ project("vulkan-loader")
|
||||
filter("platforms:Linux")
|
||||
defines({
|
||||
[[SYSCONFDIR="\"/etc\""]],
|
||||
[[FALLBACK_CONFIG_DIRS="\"/etc/xdg\""]],
|
||||
[[DATADIR="\"/usr/share\""]],
|
||||
[[FALLBACK_DATA_DIRS="\"/usr/share:/usr/local/share\""]],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user