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:
authorPatryk Obara <dreamer.tan@gmail.com>2021-02-13 22:46:09 +0300
committerPatryk Obara <patryk.obara@gmail.com>2021-02-15 04:03:58 +0300
commit3b5381b1966bbe384df4c089b6fe4d82edd9432e (patch)
tree5cc6606332e4b20da5edc0ddcdf2ff88d8f8512c /meson_options.txt
parent7cd6b2e9949665d28082c5ab251d0d93b2692c11 (diff)
Link SDL2 statically for macOS release build
Fixes: #837
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6c39f573a..4b6bd0cb1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -50,3 +50,10 @@ option('dynamic_core',
choices : ['auto', 'dyn-x86', 'dynrec', 'none'],
value : 'auto',
description : 'Select the dynamic core implementation.')
+
+# This is NOT guaranteed to work. Use it only as a last resort.
+#
+option('try_sdl2_static',
+ type : 'boolean',
+ value : false,
+ description : 'Hint Meson to try linking SDL2 statically.')