Merge pull request 'Remove DIA check' (#19) from 13.2-release into main

Reviewed-on: https://repo.dactyloidae.xyz/Dactyloidae/UXP/pulls/19
This commit is contained in:
wuggy 2026-07-13 09:36:47 +01:00
commit 488f90dec0

View file

@ -195,11 +195,6 @@ case "$target" in
MSVC_CMP_RUNTIME_DLL=vcomp140.dll
MSVC_CXX_RUNTIME_DLL=msvcp140.dll
MOZ_CHECK_HEADER(dia2.h, MSVC_HAS_DIA_SDK=1)
if test -n "$MSVC_HAS_DIA_SDK"; then
AC_DEFINE(MSVC_HAS_DIA_SDK)
fi
# C5026: move constructor was implicitly defined as deleted
CXXFLAGS="$CXXFLAGS -wd5026"