mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Fix installer missing dlls
This commit is contained in:
parent
a3c237a58d
commit
8840299c26
8 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue