We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb67d3 commit ce314eaCopy full SHA for ce314ea
docs/Makefile
@@ -89,7 +89,7 @@ $(RESDIR):
89
build-sample:
90
$(GPRBUILD) -p -m -Pdocs $(EXEFILES) \
91
--subdirs=$(SDIR)/static \
92
- $(foreach v,PRJ_BUILD TARGET VERSION,"-X$(v)=$($(v))")
+ $(foreach v,PRJ_TARGET PRJ_BUILD TARGET VERSION,"-X$(v)=$($(v))")
93
94
# Executable and result will be removed with BUILDDIR.
95
0 commit comments