Skip to content

Commit

Permalink
Update makefile for 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 6, 2024
1 parent 02ace55 commit 7916cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dist: stage
cp -a $(RUNTIME_DIR)/libstdc++*.dll $(DISTDIR)/bin
cp -a $(RUNTIME_DIR)/libgomp*.dll $(DISTDIR)/bin
cp -a $(RUNTIME_DIR)/libwinpthread*.dll $(DISTDIR)/bin
cp -a $(USR_LOCAL)/lib/gettext/cldr-plurals.exe $(DISTDIR)/lib/gettext
cp -a $(USR_LOCAL)/libexec/gettext/cldr-plurals.exe $(DISTDIR)/lib/gettext
cp -a $(USR_LOCAL)/share/gettext-$(GETTEXT_VERSION) $(DISTDIR)/share/gettext
cp -a $(USR_LOCAL)/share/gettext/styles $(DISTDIR)/share/gettext/
cp -a $(USR_LOCAL)/share/locale $(DISTDIR)/share/
Expand Down

0 comments on commit 7916cc6

Please sign in to comment.