fix(build.py): fixed \ in f string parsing

This commit is contained in:
2025-08-11 13:17:11 -04:00
parent 57353ac502
commit a7ab2d4079
2 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.6.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.6.3', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')