build using ada upstream tarball component
authorJérémy Lal <kapouer@melix.org>
Wed, 14 May 2025 21:43:31 +0000 (23:43 +0200)
committerJérémy Lal <kapouer@melix.org>
Wed, 14 May 2025 21:43:31 +0000 (23:43 +0200)
Last-Update: 2023-11-30
Forwarded: not-needed

Gbp-Pq: Topic build
Gbp-Pq: Name ada.patch

deps/ada/ada.gyp

index 55cea0033e4fbd95d72e404ad557d8108f6d24a0..96c6853cbbf374cff08cbce59c4751c4b09c1f9b 100644 (file)
@@ -1,15 +1,15 @@
 {
   'variables': {
     'v8_enable_i18n_support%': 1,
-    'ada_sources': [ 'ada.cpp' ],
+    'ada_sources': [ '../../ada/src/ada.cpp' ],
   },
   'targets': [
     {
       'target_name': 'ada',
       'type': 'static_library',
-      'include_dirs': ['.'],
+      'include_dirs': ['../../ada/include'],
       'direct_dependent_settings': {
-        'include_dirs': ['.'],
+        'include_dirs': ['../../ada/include'],
       },
       'sources': [ '<@(ada_sources)' ]
     },