Add missing consts for default vulkan config dirs on linux

This commit is contained in:
Doug Johnson 2017-07-08 01:45:56 -06:00
parent 91cfd7f784
commit 9275f15279
1 changed files with 2 additions and 0 deletions

View File

@ -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\""]],
})