Fixed standalone shader path for meson

This commit is contained in:
Jarcode
2019-04-03 16:07:41 -07:00
parent 6e60bcc698
commit eca50058a2

View File

@@ -51,7 +51,7 @@
})
#ifdef GLAVA_STANDALONE
#define SHADER_INSTALL_PATH "shaders"
#define SHADER_INSTALL_PATH "../shaders/glava"
#define SHADER_USER_PATH "userconf"
/* FHS compliant systems */
#elif defined(__unix__) || defined(GLAVA_UNIX)