summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-18 12:43:22 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-18 12:43:22 +0100
commit4b54f3eabbe264d17ed86e3e73ee21b14d2d7a91 (patch)
treec1229f5b985b4d3d5af1e8081aac463789311281 /toolkit
parent198123a7c10a9e4e8f3327dec8889406a907f760 (diff)
downloadaura-central-4b54f3eabbe264d17ed86e3e73ee21b14d2d7a91.tar.gz
Stop shipping d3dcompiler_43.dll
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/library/libxul.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/library/libxul.mk b/toolkit/library/libxul.mk
index d918d9c84..9e7e8beee 100644
--- a/toolkit/library/libxul.mk
+++ b/toolkit/library/libxul.mk
@@ -16,16 +16,6 @@ EXTRA_DEPS += symverscript
endif
endif
-ifdef MOZ_WEBRTC
-ifeq (WINNT,$(OS_TARGET))
-ifndef MOZ_HAS_WINSDK_WITH_D3D
-OS_LDFLAGS += \
- -LIBPATH:'$(MOZ_DIRECTX_SDK_PATH)/lib/$(MOZ_D3D_CPU_SUFFIX)' \
- $(NULL)
-endif
-endif
-endif
-
# Generate GDB pretty printer-autoload files only on Linux. OSX's GDB is
# too old to support Python pretty-printers; if this changes, we could make
# this 'ifdef GNU_CC'.