merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
220 changed files with 6179 additions and 27590 deletions
Showing only changes of commit 2b650c8daf - Show all commits

View File

@@ -68,9 +68,11 @@ if is_debug
], language: 'c')
endif
if platform == 'osx'
if cc.get_id() == 'clang'
add_project_arguments('-Qunused-arguments', language: 'c')
endif
if platform == 'osx'
# Check for homebrew paths on Apple Silicon
if run_command('test', '-d', '/opt/homebrew/include', check: false).returncode() == 0
add_project_arguments('-I/opt/homebrew/include', language: 'c')