Skip to content

Commit

Permalink
Merge branch 'topic/fix_macos' into 'master'
Browse files Browse the repository at this point in the history
Fix compilation on Mac OS X.

See merge request eng/ide/spawn!47
  • Loading branch information
reznikmm committed Apr 28, 2023
2 parents c6c4bf1 + 40d94c4 commit fcd3c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gnat/spawn.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ library project Spawn is
when "osx" =>
for Excluded_Source_Files use Common_Excluded &
("spawn-windows_api.ads",
"spawn-windows_api.adb",
"spawn-internal-windows.ads",
"spawn-internal-windows.adb");
end case;
Expand Down
4 changes: 2 additions & 2 deletions gnat/spawn_glib.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ library project Spawn_Glib is
for Excluded_Source_Files use Common_Excluded &
("spawn-channels__glib_posix.ads",
"spawn-channels__glib_posix.adb",
"spawn-polls-posix_polls.ads",
"spawn-polls-posix_polls.adb",
"spawn-polls-posix_polls.ads",
"spawn-polls-posix_polls.adb",
"pipe2.c",
"posix_const.c");
end case;
Expand Down

0 comments on commit fcd3c70

Please sign in to comment.