You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.7 KiB

  1. --- a/tools/icu/icu-generic.gyp
  2. +++ b/tools/icu/icu-generic.gyp
  3. @@ -107,6 +107,7 @@
  4. 'sources': [
  5. '<@(icu_src_i18n)'
  6. ],
  7. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  8. 'include_dirs': [
  9. '<(icu_path)/source/i18n',
  10. ],
  11. @@ -115,6 +116,7 @@
  12. ],
  13. 'dependencies': [ 'icuucx', 'icu_implementation', 'icu_uconfig', 'icu_uconfig_target' ],
  14. 'direct_dependent_settings': {
  15. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  16. 'include_dirs': [
  17. '<(icu_path)/source/i18n',
  18. ],
  19. @@ -201,6 +203,7 @@
  20. # full data - no trim needed
  21. 'sources': [ '<(SHARED_INTERMEDIATE_DIR)/icudt<(icu_ver_major)_dat.<(icu_asm_ext)' ],
  22. 'dependencies': [ 'genccode#host', 'icupkg#host', 'icu_implementation#host', 'icu_uconfig' ],
  23. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  24. 'include_dirs': [
  25. '<(icu_path)/source/common',
  26. ],
  27. @@ -285,6 +288,7 @@
  28. # This file contains the small ICU data
  29. 'sources': [ '<(SHARED_INTERMEDIATE_DIR)/icusmdt<(icu_ver_major)_dat.<(icu_asm_ext)' ],
  30. # for umachine.h
  31. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  32. 'include_dirs': [
  33. '<(icu_path)/source/common',
  34. ],
  35. @@ -301,6 +305,7 @@
  36. 'sources': [
  37. '<@(icu_src_stubdata)'
  38. ],
  39. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  40. 'include_dirs': [
  41. '<(icu_path)/source/common',
  42. ],
  43. @@ -340,6 +345,7 @@
  44. '_XOPEN_SOURCE_EXTENDED=0',
  45. ]}],
  46. ],
  47. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  48. 'include_dirs': [
  49. '<(icu_path)/source/common',
  50. ],
  51. @@ -349,6 +355,7 @@
  52. 'cflags_c': ['-std=c99'],
  53. 'export_dependent_settings': [ 'icu_uconfig', 'icu_uconfig_target' ],
  54. 'direct_dependent_settings': {
  55. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  56. 'include_dirs': [
  57. '<(icu_path)/source/common',
  58. ],
  59. @@ -379,6 +386,7 @@
  60. '<(icu_path)/source/tools/toolutil/dbgutil.cpp',
  61. '<(icu_path)/source/tools/toolutil/dbgutil.h',
  62. ],
  63. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  64. 'include_dirs': [
  65. '<(icu_path)/source/common',
  66. '<(icu_path)/source/i18n',
  67. @@ -398,6 +406,7 @@
  68. }]
  69. ],
  70. 'direct_dependent_settings': {
  71. + 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
  72. 'include_dirs': [
  73. '<(icu_path)/source/common',
  74. '<(icu_path)/source/i18n',