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.

78 lines
3.0 KiB

  1. --- a/tools/icu/icu-generic.gyp
  2. +++ b/tools/icu/icu-generic.gyp
  3. @@ -419,6 +419,7 @@
  4. 'target_name': 'genrb',
  5. 'type': 'executable',
  6. 'toolsets': [ 'host' ],
  7. + 'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  8. 'dependencies': [ 'icutools' ],
  9. 'sources': [
  10. '<@(icu_src_genrb)'
  11. @@ -435,6 +436,7 @@
  12. 'target_name': 'iculslocs',
  13. 'toolsets': [ 'host' ],
  14. 'type': 'executable',
  15. + 'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  16. 'dependencies': [ 'icutools' ],
  17. 'sources': [
  18. 'iculslocs.cc',
  19. @@ -447,6 +449,7 @@
  20. 'target_name': 'icupkg',
  21. 'toolsets': [ 'host' ],
  22. 'type': 'executable',
  23. + 'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  24. 'dependencies': [ 'icutools' ],
  25. 'sources': [
  26. '<@(icu_src_icupkg)',
  27. @@ -458,6 +461,7 @@
  28. 'target_name': 'genccode',
  29. 'toolsets': [ 'host' ],
  30. 'type': 'executable',
  31. + 'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  32. 'dependencies': [ 'icutools' ],
  33. 'sources': [
  34. '<@(icu_src_genccode)',
  35. --- a/tools/v8_gypfiles/v8.gyp
  36. +++ b/tools/v8_gypfiles/v8.gyp
  37. @@ -1363,6 +1363,7 @@
  38. {
  39. 'target_name': 'bytecode_builtins_list_generator',
  40. 'type': 'executable',
  41. + 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  42. 'conditions': [
  43. ['want_separate_host_toolset', {
  44. 'toolsets': ['host'],
  45. @@ -1387,6 +1388,8 @@
  46. {
  47. 'target_name': 'mksnapshot',
  48. 'type': 'executable',
  49. + 'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  50. + 'library_dirs':[ '../../../../staging_dir/hostpkg/share/icu/current/lib' ],
  51. 'dependencies': [
  52. 'v8_base_without_compiler',
  53. 'v8_compiler_for_mksnapshot',
  54. @@ -1408,6 +1411,7 @@
  55. {
  56. 'target_name': 'torque',
  57. 'type': 'executable',
  58. + 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  59. 'dependencies': [
  60. 'torque_base',
  61. # "build/win:default_exe_manifest",
  62. @@ -1446,6 +1450,7 @@
  63. {
  64. 'target_name': 'torque-language-server',
  65. 'type': 'executable',
  66. + 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  67. 'conditions': [
  68. ['want_separate_host_toolset', {
  69. 'toolsets': ['host'],
  70. @@ -1473,6 +1478,8 @@
  71. {
  72. 'target_name': 'gen-regexp-special-case',
  73. 'type': 'executable',
  74. + 'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
  75. + 'library_dirs':[ '../../../../staging_dir/hostpkg/share/icu/current/lib' ],
  76. 'dependencies': [
  77. 'v8_libbase',
  78. # "build/win:default_exe_manifest",