From: DeaDDooMER Date: Mon, 2 Dec 2019 19:33:02 +0000 (+0300) Subject: fix building with holmes on osx X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=0ac904293ecfc21bbfc2d944a61dbcf7541ac9bf fix building with holmes on osx --- diff --git a/src/flexui/sdlcarcass.pas b/src/flexui/sdlcarcass.pas index 20efb08..247229b 100644 --- a/src/flexui/sdlcarcass.pas +++ b/src/flexui/sdlcarcass.pas @@ -73,7 +73,7 @@ uses unixtype, linux {$ELSEIF DEFINED(WINDOWS)} Windows - {$ELSEIF DEFINED(HAIKU)} + {$ELSEIF DEFINED(HAIKU) OR DEFINED(UNIX)} unixtype {$ELSE} {$WARNING You suck!}