We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6876a commit a1d35c2Copy full SHA for a1d35c2
.github/workflows/make.pas
@@ -17,7 +17,7 @@
17
18
const
19
Target: string = 'test';
20
- Dependencies: array of string = ();
+ Dependencies: array of string = ('BGRABitmap');
21
22
type
23
TLog = (audit, info, error);
0 commit comments