Merge pull request #33599 from keszybz/link-executor-statically

Link executor statically
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2024-07-08 12:46:41 +02:00
committed by GitHub
11 changed files with 38 additions and 22 deletions

View File

@@ -274,7 +274,7 @@ filesystem_switch_case_h = custom_target(
basic_sources += [filesystem_list_h, filesystem_switch_case_h, filesystems_gperf_h]
libbasic = static_library(
libbasic_static = static_library(
'basic',
basic_sources,
fundamental_sources,