mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +02:00
Fix compilation failure if DEBUG conditional is set, which needs regexpr package
git-svn-id: trunk@24825 -
This commit is contained in:
parent
94d1e0c81c
commit
415444a3a5
@ -146,6 +146,8 @@ begin
|
||||
P.Dependencies.Add('rtl');
|
||||
P.Dependencies.Add('fv');
|
||||
P.Dependencies.Add('chm');
|
||||
{ This one is only needed if DEBUG is set }
|
||||
P.Dependencies.Add('regexpr');
|
||||
P.Dependencies.Add('gdbint',AllOSes-[morphos]);
|
||||
P.Dependencies.Add('graph',[go32v2]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user