浏览代码

* disabled for Darwin because untested

git-svn-id: trunk@30665 -
Jonas Maebe 10 年之前
父节点
当前提交
299374b345
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/libenet/fpmake.pp

+ 2 - 1
packages/libenet/fpmake.pp

@@ -21,7 +21,8 @@ begin
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
     P.SourcePath.Add('examples');
     P.SourcePath.Add('examples');
     P.IncludePath.Add('src');
     P.IncludePath.Add('src');
-    P.OSes := AllUnixOSes+AllWindowsOSes-[qnx];
+    { only enable for darwin after testing }
+    P.OSes := AllUnixOSes+AllWindowsOSes-[qnx,darwin,iphonesim];
     P.Dependencies.Add('rtl-extra'); // winsock2
     P.Dependencies.Add('rtl-extra'); // winsock2
     
     
     T:=P.Targets.AddUnit('enettypes.pp');
     T:=P.Targets.AddUnit('enettypes.pp');