plug back MSVC_OPENMP_DLL to packager, since my builds require it.

This commit is contained in:
2024-02-03 23:35:41 +08:00
parent 011f78a086
commit ce9fa6e658
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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