nix: bump

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-30 01:30:44 +05:30
parent 0f09874929
commit 03dbb7052f
3 changed files with 4 additions and 9 deletions

View File

@@ -24,11 +24,6 @@ else
error(compiler.get_id() + ' ' + compiler.version() + 'does not meet the compiler requirements')
endif
if compiler.has_argument('-fexperimental-library')
add_global_arguments('-fexperimental-library', language: 'cpp')
else
error(compiler.get_id() + ' ' + compiler.version() + 'does not support -fexperimental-library')
endif
'''
subdir('include')