Change the static_library("webrtc") to a source set in the GN build.
Static libraries cannot have only headers as sources (libtool complains that there's nothing to actually link). TBR=brettw@chromium.org Review URL: https://webrtc-codereview.appspot.com/27159004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7687 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
0e37b898f0
commit
14ea50a8e3
@ -178,7 +178,7 @@ config("common_config") {
|
||||
}
|
||||
}
|
||||
|
||||
static_library("webrtc") {
|
||||
source_set("webrtc") {
|
||||
sources = [
|
||||
"call.h",
|
||||
"config.h",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user