Skip to content

Commit

Permalink
Merge branch 'topic/vadim/u151' into 'master'
Browse files Browse the repository at this point in the history
Use relative path to project file to fix build on GH.

See merge request eng/ide/VSS!293
  • Loading branch information
godunko committed Nov 21, 2023
2 parents 99f1473 + 0e8a7c0 commit d9f5521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ install-libs-%:
misc: # Check compilation of other projects
gprbuild $(GPRBUILD_FLAGS) -aPgnat gnat/tools/json_schema.gpr
gprbuild $(GPRBUILD_FLAGS) -aPgnat examples/regexp/grep.gpr
gprbuild $(GPRBUILD_FLAGS) examples/blogs/json_1/blog_1.gpr
gprbuild $(GPRBUILD_FLAGS) examples/command_line/command/command_line_command.gpr
gprbuild $(GPRBUILD_FLAGS) -aPgnat examples/blogs/json_1/blog_1.gpr
gprbuild $(GPRBUILD_FLAGS) -aPgnat examples/command_line/command/command_line_command.gpr

spellcheck:
@STATUS=0; \
Expand Down
2 changes: 1 addition & 1 deletion examples/blogs/json_1/blog_1.gpr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

with "../../../gnat/vss_json.gpr";
with "vss_json.gpr";

project Blog_1 is

Expand Down

0 comments on commit d9f5521

Please sign in to comment.