build: fix compile with old gcc versions
This commit is contained in:
parent
41fe828395
commit
8fe2cde9e6
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue