Skip to content

Commit

Permalink
CI: Fix DARWIN system support test (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Free-Pascal-meets-SDL-Website committed Feb 20, 2022
1 parent b988183 commit bffe461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions units/jedi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,3 @@
{$DEFINE IA32}
{$ENDIF}
{$ENDIF}

{$IFDEF DARWIN}
{$DEFINE MACOS} // quick test-hack: Make MACOS decl. available for DARWIN systems (better solution has to be found!)
{$ENDIF}
4 changes: 4 additions & 0 deletions units/sdl2.pas
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ interface
{$ENDIF}
{$ENDIF}

{$IFDEF DARWIN}
{$DEFINE MACOS} // quick test-hack: Make MACOS decl. available for DARWIN systems (better solution has to be found!)
{$ENDIF}


{$I ctypes.inc} // C data types

Expand Down

0 comments on commit bffe461

Please sign in to comment.