Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-08-12 03:03:11 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-08-12 18:10:07 +0300
commit201ca517db935747f012588046e688b8a6e58d01 (patch)
treee07f7dc37828b181a940b951c90fd401f4c5b886 /meson_options.txt
parent8738bce1e206b2bbb314091cffe10e32d32591e1 (diff)
Rename Meson option use_system_libs to system_libraries
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f78bd3da8..fcb96b8df 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -108,7 +108,7 @@ option(
)
option(
- 'use_system_libs',
+ 'system_libraries',
type: 'array',
choices: [
'fluidsynth',