Fix installer missing dlls

This commit is contained in:
K4sum1 2025-03-24 19:13:51 -07:00
commit 8840299c26
8 changed files with 14 additions and 3 deletions

View file

@ -76,6 +76,9 @@ endif # MOZ_FOLD_LIBS
ifdef MSVC_C_RUNTIME_DLL
JSSHELL_BINS += $(MSVC_C_RUNTIME_DLL)
endif
ifdef MSVC_CMP_RUNTIME_DLL
JSSHELL_BINS += $(MSVC_CMP_RUNTIME_DLL)
endif
ifdef MSVC_CXX_RUNTIME_DLL
JSSHELL_BINS += $(MSVC_CXX_RUNTIME_DLL)
endif