mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
lib_export: use includes paths as defined per platform (#4935)
This commit is contained in:
parent
4e0d94f347
commit
a8d35b67aa
1 changed files with 4 additions and 0 deletions
|
@ -14,10 +14,14 @@
|
|||
'includes': [
|
||||
'common.gypi',
|
||||
'qt.gypi',
|
||||
'telegram_win.gypi',
|
||||
'telegram_mac.gypi',
|
||||
'telegram_linux.gypi',
|
||||
'pch.gypi',
|
||||
],
|
||||
'variables': {
|
||||
'src_loc': '../SourceFiles',
|
||||
'res_loc': '../Resources',
|
||||
'libs_loc': '../../../Libraries',
|
||||
'official_build_target%': '',
|
||||
'submodules_loc': '../ThirdParty',
|
||||
|
|
Loading…
Add table
Reference in a new issue