Skip to content

Commit 8e336eb

Browse files
committed
Update meson version
1 parent f0b601b commit 8e336eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ curl_dep = dependency('libcurl')
1414

1515
# Added flag based on https://stackoverflow.com/a/37729971/319066
1616
# and arguments based on https://mesonbuild.com/Adding-arguments.html
17-
compiler_arguments = ['-mmacosx-version-min=10.12', '-isysroot', '/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk']
17+
compiler_arguments = ['-mmacosx-version-min=10.12', '-isysroot', '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk']
1818
add_project_arguments(compiler_arguments , language : 'c')
1919
add_project_arguments(compiler_arguments, language : 'cpp')
2020

21-
linker_arguments = ['-mmacosx-version-min=10.12', '-isysroot', '/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk']
21+
linker_arguments = ['-mmacosx-version-min=10.12', '-isysroot', '/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk']
2222
add_project_link_arguments(linker_arguments, language : 'c')
2323
add_project_link_arguments(linker_arguments, language : 'cpp')
2424

0 commit comments

Comments
 (0)