Skip to content

Commit

Permalink
alire-platforms-current__windows.adb: add C++ include path for msys2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored May 2, 2023
1 parent b35b093 commit 3de6be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/alire/os_windows/alire-platforms-current__windows.adb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ package body Alire.Platforms.Current is

Ctx.Append ("C_INCLUDE_PATH", Root / "mingw64" / "include",
"msys2");
Ctx.Append ("CPLUS_INCLUDE_PATH", Root / "mingw64" / "include",
"msys2");
end;

when others =>
Expand Down

0 comments on commit 3de6be8

Please sign in to comment.