From ce9fa6e6585a093f561fcf8b43d6be1e615c4014 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Sat, 3 Feb 2024 23:35:41 +0800 Subject: [PATCH] plug back MSVC_OPENMP_DLL to packager, since my builds require it. --- browser/installer/package-manifest.in | 1 + build/win32/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in index 8ac4adb255..904cfece15 100644 --- a/browser/installer/package-manifest.in +++ b/browser/installer/package-manifest.in @@ -101,6 +101,7 @@ #ifdef MOZ_PACKAGE_MSVC_DLLS @BINPATH@/@MSVC_C_RUNTIME_DLL@ @BINPATH@/@MSVC_CXX_RUNTIME_DLL@ +@BINPATH@/@MSVC_OPENMP_DLL@ #endif #if MOZ_PACKAGE_WIN_UCRT_DLLS @BINPATH@/api-ms-win-*.dll diff --git a/build/win32/Makefile.in b/build/win32/Makefile.in index 75949f2ff0..ad9296344a 100644 --- a/build/win32/Makefile.in +++ b/build/win32/Makefile.in @@ -9,6 +9,7 @@ REDIST_FILES = ifdef WIN32_REDIST_DIR REDIST_FILES += '$(WIN32_REDIST_DIR)'/$(MSVC_C_RUNTIME_DLL) REDIST_FILES += '$(WIN32_REDIST_DIR)'/$(MSVC_CXX_RUNTIME_DLL) +REDIST_FILES += '$(WIN32_REDIST_DIR)'/$(MSVC_OPENMP_DLL) endif ifdef WIN_UCRT_REDIST_DIR