summaryrefslogtreecommitdiff
path: root/external/libxslt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-08 12:37:15 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-08 12:39:49 +0100
commit3dc21da3b01811e9e26890e3a30ea73589f36ea1 (patch)
tree9e74936d3492e617498f18cbb8f699c7b0718d4f /external/libxslt
parentd6b91568d22b9019ddf098f3c3072de25eb1c268 (diff)
libxslt: enable debug if ENABLE_DBGUTIL
BinScope requires a PDB file to check the DLL. Change-Id: Id4c584fb5b0e1a7368708267bb4650e4f1c61e79
Diffstat (limited to 'external/libxslt')
-rw-r--r--external/libxslt/ExternalProject_libxslt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libxslt/ExternalProject_libxslt.mk b/external/libxslt/ExternalProject_libxslt.mk
index 8d6a40f5e187..3e4ebb87ea0a 100644
--- a/external/libxslt/ExternalProject_libxslt.mk
+++ b/external/libxslt/ExternalProject_libxslt.mk
@@ -21,6 +21,7 @@ $(call gb_ExternalProject_get_state_target,libxslt,build):
$(call gb_ExternalProject_run,build,\
cscript /e:javascript configure.js \
$(if $(MSVC_USE_DEBUG_RUNTIME),cruntime=/MDd) \
+ $(if $(filter TRUE,$(ENABLE_DBGUTIL)),debug=yes) \
vcmanifest=yes \
lib=$(call gb_UnpackedTarball_get_dir,libxml2)/win32/bin.msvc \
&& nmake \