Pārlūkot izejas kodu

* Fixed conversion of Makefile.fpc - Options was changed to a stringlist

git-svn-id: trunk@17767 -
michael 14 gadi atpakaļ
vecāks
revīzija
419055f912
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/fppkg/src/pkgmkconv.pp

+ 1 - 1
packages/fppkg/src/pkgmkconv.pp

@@ -213,7 +213,7 @@ begin
     If (FPackageVersion<>'') then
       Add('    P.Version:='''+FPackageVersion+''';');
     If (FPackageOptions<>'') then
-      Add('    P.Options:='''+FPackageOptions+''';');
+      Add('    P.Options.Add('''+FPackageOptions+''');');
     If (FPackageDeps<>'') then
       begin
       S:=GetWord(FPackageDeps);