mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
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:
commit
488f90dec0
1 changed files with 0 additions and 5 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue