[Pkg-javascript-commits] [node-expat] 198/371: libexpat: remove platfor+arch specific gyp code

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit e6a228767885d980279cdd760452b966c7634b6d
Author: Nathan Rajlich <nathan at tootallnate.net>
Date:   Sat Sep 29 01:09:35 2012 -0700

    libexpat: remove platfor+arch specific gyp code
---
 deps/libexpat/libexpat.gyp | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/deps/libexpat/libexpat.gyp b/deps/libexpat/libexpat.gyp
index 6fb05e8..b48a035 100644
--- a/deps/libexpat/libexpat.gyp
+++ b/deps/libexpat/libexpat.gyp
@@ -56,21 +56,15 @@
         'HAVE_EXPAT_CONFIG_H'
       ],
       'include_dirs': [
+        '.',
         'lib',
-        # platform and arch-specific headers
-        'config/<(OS)/<(target_arch)'
       ],
       'direct_dependent_settings': {
         'include_dirs': [
+          '.',
           'lib',
-          # platform and arch-specific headers
-          'config/<(OS)/<(target_arch)'
         ],
       },
-      'conditions': [
-        ['target_arch=="arm"', {
-        }],
-      ]
     },
 
     {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list