nix: add support to build with GCC

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-23 15:50:29 +05:30
parent 6c33c77ef3
commit c3bf8b0ae8
14 changed files with 211 additions and 83 deletions

View File

@@ -7,7 +7,7 @@ target_sources = files(
)
executable(
meson.project_name(),
'matar',
target_sources,
link_with: target_deps,
include_directories: inc,