File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' ]
1818add_project_arguments (compiler_arguments , language : ' c' )
1919add_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' ]
2222add_project_link_arguments (linker_arguments, language : ' c' )
2323add_project_link_arguments (linker_arguments, language : ' cpp' )
2424
You can’t perform that action at this time.
0 commit comments