Skip to content

Commit

Permalink
Release pdb for ycf
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 30, 2025
1 parent 401b117 commit 865e27b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions erts/lib_src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ INTERNAL_RELEASE_LIBS= \
.PHONY: release_spec
release_spec: all
$(INSTALL_PROGRAM) $(YCF_EXECUTABLE) "$(RELSYSDIR)/bin"
ifeq ($(TARGET),win32)
$(INSTALL_DATA) $(YCF_EXECUTABLE:.exe=.pdb) "$(RELEASE_PATH)/erts-$(VSN)/bin"
endif
ifneq ($(strip $(RELEASE_INCLUDES)),)
$(INSTALL_DIR) "$(RELSYSDIR)/include"
$(INSTALL_DIR) "$(RELEASE_PATH)/usr/include"
Expand Down

0 comments on commit 865e27b

Please sign in to comment.