Skip to content

build: Fix `USER_DIR_MODE` value in config.h

meson does not support raw octal values so when setting USER_DIR_MODE, it ignores the initial 0 value.

However, the same octal value can be used as a string to get the same effect.

Fixes #49 (closed)

Merge request reports