Skip to content

Commit

Permalink
fixup! erts: Include jit.pdb and release all pdb files
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Dec 20, 2024
1 parent 0505bd7 commit 0480095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/etc/common/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ endif
ifneq ($(INSTALL_PROGS),)
$(INSTALL_PROGRAM) $(INSTALL_PROGS) "$(RELEASE_PATH)/erts-$(VSN)/bin"
ifeq ($(TARGET),win32)
$(INSTALL_DATA) $(INSTALL_PROGS: %.exe, %.pdb) "$(RELEASE_PATH)/erts-$(VSN)/bin"
$(INSTALL_DATA) $(INSTALL_PROGS:.exe=.pdb) "$(RELEASE_PATH)/erts-$(VSN)/bin"
endif
endif
ifneq ($(INSTALL_TOP),)
Expand Down

0 comments on commit 0480095

Please sign in to comment.