build: fix compile with old gcc versions

This commit is contained in:
Andrei Alexeyev 2022-11-04 15:50:53 +01:00
parent 41fe828395
commit 8fe2cde9e6
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -551,7 +551,7 @@ if cc.has_argument('-fmacro-prefix-map=/prefix/to/hide=')
language: 'c',
)
else
config.set('TAISEI_BUILDCONF_REL_SRC_DIR', relative_dir)
config.set_quoted('TAISEI_BUILDCONF_REL_SRC_DIR', relative_dir)
endif
subdir('misc')