replace symlinks

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-14 11:14:57 +05:30
parent 81afd67e0b
commit 169723275e
12 changed files with 5 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ lib = library(
meson.project_name(),
lib_sources,
dependencies: [fmt],
include_directories: inc,
install: true,
cpp_args: '-DFMT_HEADER_ONLY'
)