Skip to content

Commit

Permalink
Merge branch 'mr/update_gnatcoll_gpr' into 'master'
Browse files Browse the repository at this point in the history
Adjust installation location of gnatcoll.gpr abstract project

See merge request eng/toolchain/gnatcoll-core!60
  • Loading branch information
Nikokrock committed Jan 25, 2024
2 parents 7f60c51 + 39a694a commit 680f84f
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 @@ -218,7 +218,7 @@ ifeq ($(GNATCOLL_PROJECTS), yes)
--build-var=LIBRARY_TYPE --build-var=GNATCOLL_BUILD \
--build-var=GNATCOLL_CORE_BUILD $(GNATCOLL_PROJECTS_GPR)
endif
cp $(GNATCOLL_GPR) $(prefix)/share/gpr
cp $(GNATCOLL_GPR) $(prefix)$(integrated_install)/share/gpr

###########
# Cleanup #
Expand Down

0 comments on commit 680f84f

Please sign in to comment.