build: add explicit check for charconv
Some older Apple compilers don't have it; error out early. Fixes #2347.
This commit is contained in:
@ -78,7 +78,9 @@ foreach extra_arg : extra_flags
|
||||
endif
|
||||
endforeach
|
||||
|
||||
|
||||
# some clang don't have charconv, but we need it.
|
||||
# https://github.com/djcb/mu/issues/2347
|
||||
cxx.check_header('charconv', required:true)
|
||||
|
||||
################################################################################
|
||||
# config.h setup
|
||||
|
||||
Reference in New Issue
Block a user