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