Compare commits

...

3 Commits

Author SHA1 Message Date
Adel Lahlou
2631ea6c2a Revert "Try the non mac option"
This reverts commit b3a7810f2b.
2025-12-05 01:52:38 -08:00
Adel Lahlou
b3a7810f2b Try the non mac option 2025-12-05 01:26:20 -08:00
Adel Lahlou
856ed7ef95 Attempt this patch: https://gist.github.com/kota-yata/3dcde1eac5ac266a40648ac78a248198 2025-12-04 22:38:54 -08:00
2 changed files with 1 additions and 6 deletions

View File

@ -1422,7 +1422,6 @@ if (is_ios || is_mac) {
}
sources = common_objc_headers
public_headers = common_objc_headers
ldflags = [
"-all_load",

View File

@ -1074,11 +1074,7 @@ if (is_mac || is_ios) {
action_foreach("create_bracket_include_headers_$target_name") {
script = "//tools_webrtc/apple/copy_framework_header.py"
if (is_mac) {
sources = invoker.sources
} else {
sources = invoker.public_headers
}
sources = invoker.sources
output_name = invoker.output_name
outputs = [
"$target_gen_dir/$output_name.framework/Headers/{{source_file_part}}",