We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0129 commit b749be2Copy full SHA for b749be2
1 file changed
.github/workflows/make.pas
@@ -26,13 +26,13 @@
26
27
// Package path filter — skip platform-incompatible and template packages
28
PackageExcludePattern =
29
- {$IFDEF MSWINDOWS}
+ {$IF DEFINED(MSWINDOWS)}
30
'(cocoa|x11|_template)'
31
{$ELSEIF DEFINED(DARWIN)}
32
'(gdi|x11|_template)'
33
{$ELSE}
34
'(cocoa|gdi|_template)'
35
- {$ENDIF}
+ {$IFEND}
36
;
37
38
OPMBaseUrl = 'https://packages.lazarus-ide.org/';
0 commit comments