소스 검색

* Darwin only has 8-bit char version of the library

Michaël Van Canneyt 1 년 전
부모
커밋
8e6bc090c2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/libpcre/fpmake.pp

+ 2 - 0
packages/libpcre/fpmake.pp

@@ -35,11 +35,13 @@ begin
           AddInclude('pcreconst.inc');
         end;
     T:=P.Targets.AddUnit('libpcre2_16.pp');
+    T.OSes:=[Win64,Linux];
       with T.Dependencies do
         begin
           AddInclude('pcreconst.inc');
         end;
     T:=P.Targets.AddUnit('libpcre2_32.pp');
+    T.OSes:=[Win64,Linux];
     P.ExamplePath.Add('examples');
     P.Targets.AddExampleProgram('tpcre.pp');
     P.NamespaceMap:='namespaces.lst';