mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-27 04:34:42 +01:00
Allow to set opus include dir in GYP. Fix travis-ci build.
This commit is contained in:
parent
61eeaba937
commit
d09c2ebe35
@ -13,10 +13,11 @@
|
||||
'variables': {
|
||||
'tgvoip_src_loc': '.',
|
||||
'official_build_target%': '',
|
||||
'linux_path_opus_include%': '<(DEPTH)/../../../Libraries/opus/include',
|
||||
},
|
||||
'include_dirs': [
|
||||
'<(tgvoip_src_loc)/webrtc_dsp',
|
||||
'<(DEPTH)/../../../Libraries/opus/include',
|
||||
'<(linux_path_opus_include)',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
|
Loading…
Reference in New Issue
Block a user