Artem V. Ageev vor 11 Monaten
Ursprung
Commit
a1d35c2ad5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/make.pas

+ 1 - 1
.github/workflows/make.pas

@@ -17,7 +17,7 @@ uses
 
 const
   Target: string = 'test';
-  Dependencies: array of string = ();
+  Dependencies: array of string = ('BGRABitmap');
 
 type
   TLog = (audit, info, error);