1
0
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:
John Preston 2017-05-10 12:19:57 +03:00
parent 61eeaba937
commit d09c2ebe35

View File

@ -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': [