[Pkg-javascript-commits] [node-expat] 199/371: libexpat: Windows requires the "XML_STATIC" define to be set

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 b8cda5d2e38480a71126a44146d626e9a337463e
Author: Nathan Rajlich <nathan at tootallnate.net>
Date:   Sat Sep 29 01:10:04 2012 -0700

    libexpat: Windows requires the "XML_STATIC" define to be set
---
 deps/libexpat/libexpat.gyp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/deps/libexpat/libexpat.gyp b/deps/libexpat/libexpat.gyp
index b48a035..331c1d0 100644
--- a/deps/libexpat/libexpat.gyp
+++ b/deps/libexpat/libexpat.gyp
@@ -64,6 +64,13 @@
           '.',
           'lib',
         ],
+        'conditions': [
+          ['OS=="win"', {
+            'defines': [
+              'XML_STATIC'
+            ]
+          }]
+        ],
       },
     },
 

-- 
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