diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-09 23:41:12 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-09 23:41:12 +0100 |
commit | 2a8a9d56106763339e417d39d0176770124424cd (patch) | |
tree | d908aea3d748223f165abb3566af58cf81939cae /project.conf | |
parent | 27edbfa64410dd12a46ac6a06c856367d431b1d5 (diff) |
Fix mangakatana not working
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index b737123..5f01694 100644 --- a/project.conf +++ b/project.conf @@ -7,7 +7,7 @@ platforms = ["posix"] [config] # This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc... #error_on_warning = "true" -ignore_dirs = ["video_player"] +ignore_dirs = ["video_player", "build"] [lang.cpp] version = "c++17" |