We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e796b5e commit 3bca74cCopy full SHA for 3bca74c
meson.build
@@ -12,6 +12,11 @@ endif
12
zlib_dep = dependency('zlib')
13
curl_dep = dependency('libcurl')
14
15
+# Added flag based on https://stackoverflow.com/a/37729971/319066
16
+# and arguments based on https://mesonbuild.com/Adding-arguments.html
17
+add_project_arguments('-mmacos-version-min=10.12', language : 'c')
18
+add_project_arguments('-mmacos-version-min=10.12', language : 'cpp')
19
+
20
# Import the extension module that knows how
21
# to invoke Qt tools.
22
qt5 = import('qt5')
0 commit comments