Fix SignalServiceKit/src path in sds_codegen

This commit is contained in:
Max Radermacher 2024-04-15 19:58:19 -05:00 committed by GitHub
parent d3362e2e77
commit 85735f952e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -811,7 +811,7 @@ if __name__ == "__main__":
iphoneos_sdk_path = output.strip()
header_include_paths = []
header_include_paths.extend(find_header_include_paths("SignalServiceKit/src"))
header_include_paths.extend(find_header_include_paths("SignalServiceKit"))
# SDS code generation uses clang to parse the AST of Objective-C files.
# We're parsing these files outside the context of an XCode workspace,