Use the full path instead of the current directory.
In chromium build this libjingle.gyp will be included by third_party/libjingle/libjingle.gyp. In that case the "." will mean the third_party/libjingle/ instead of what we want - third_party_mods/libjingle. Review URL: http://webrtc-codereview.appspot.com/100004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@332 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
8deee041b8
commit
492dbc258e
@ -7,7 +7,7 @@
|
||||
'no_libjingle_logging%': 0,
|
||||
'peer_connection_dev%': 0,
|
||||
'libjingle_orig': '../../third_party/libjingle',
|
||||
'libjingle_mods': '.',
|
||||
'libjingle_mods': '../../third_party_mods/libjingle',
|
||||
'conditions': [
|
||||
['inside_chromium_build==1', {
|
||||
'overrides': '<(libjingle_orig)/overrides',
|
||||
|
Loading…
x
Reference in New Issue
Block a user