Compare commits
3 Commits
main
...
adel/alter
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2631ea6c2a | ||
|
|
b3a7810f2b | ||
|
|
856ed7ef95 |
@ -1422,7 +1422,6 @@ if (is_ios || is_mac) {
|
||||
}
|
||||
|
||||
sources = common_objc_headers
|
||||
public_headers = common_objc_headers
|
||||
|
||||
ldflags = [
|
||||
"-all_load",
|
||||
|
||||
@ -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}}",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user