diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 12:43:22 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 12:43:22 +0100 |
commit | b6c330e1ca4baff6c98bfa94b8c3855d5afbc7cb (patch) | |
tree | c1229f5b985b4d3d5af1e8081aac463789311281 /toolkit/library | |
parent | 51b6354f31b5f2122c11afec7fc0e3d650ce5e5d (diff) | |
download | uxp-b6c330e1ca4baff6c98bfa94b8c3855d5afbc7cb.tar.gz |
Stop shipping d3dcompiler_43.dll
Diffstat (limited to 'toolkit/library')
-rw-r--r-- | toolkit/library/libxul.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/library/libxul.mk b/toolkit/library/libxul.mk index d918d9c84c..9e7e8beee9 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'. |