Merge pull request #94 from dan-santana/musl-build

Fix musl build
This commit is contained in:
Levi Webb
2019-01-04 21:45:19 -08:00
committed by GitHub

View File

@@ -69,6 +69,10 @@
#error "Unsupported target system"
#endif
#ifndef ACCESSPERMS
#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) /* 0777 */
#endif
/* Copy installed shaders/configuration from the installed location
(usually /etc/xdg). Modules (folders) will be linked instead of
copied. */