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 e33dc34 commit 0700188Copy full SHA for 0700188
Makefile
@@ -119,7 +119,7 @@ build-%: tp_xmlada.gpr makefile.setup
119
$(GPRBUILD) -p $(GPROPTS) -XLIBRARY_TYPE=$* -XXMLADA_BUILD=$* \
120
--subdirs=$(SDIR)/$* -Ptemplates_parser
121
122
-build-tools:
+build-tools: build-$(DEFAULT_LIBRARY_TYPE)
123
$(GPRBUILD) -p $(GPROPTS) $(GPR_DEFAULT) \
124
--subdirs=$(SDIR)/$(DEFAULT_LIBRARY_TYPE) -Ptools/tools
125
0 commit comments