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.build
parent8738bce1e206b2bbb314091cffe10e32d32591e1 (diff)
Rename Meson option use_system_libs to system_libraries
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 434b0b271..01f0c570b 100644
--- a/meson.build
+++ b/meson.build
@@ -307,7 +307,7 @@ threads_dep = dependency('threads')
# 3rd party libraries
static_libs_list = get_option('try_static_libs')
-system_libs_list = get_option('use_system_libs')
+system_libs_list = get_option('system_libraries')
wants_tests = true
# tests are disabled for release builds unless requested