소스 검색

Add EMX to SocketsOses constant

git-svn-id: trunk@37012 -
pierre 8 년 전
부모
커밋
5d96ca4baf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/rtl-extra/fpmake.pp

+ 1 - 1
packages/rtl-extra/fpmake.pp

@@ -26,7 +26,7 @@ Const
   ObjectsOSes   = [atari,emx,gba,go32v2,macos,msdos,nds,netware,netwlibc,os2,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
   WinsockOSes   = [win32,win64,wince,os2,emx,netware,netwlibc];
   WinSock2OSes  = [win32,win64,wince];
-  SocketsOSes   = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,wince,win32,win64];
+  SocketsOSes   = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,emx,wince,win32,win64];
   Socksyscall   = [beos,freebsd,haiku,linux,netbsd,openbsd,dragonfly];
   Socklibc  = unixlikes-socksyscall;
   gpmOSes = [Linux,Android];