Explorar o código

Fix compilation failure if DEBUG conditional is set, which needs regexpr package

git-svn-id: trunk@24825 -
pierre %!s(int64=12) %!d(string=hai) anos
pai
achega
415444a3a5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      ide/fpmake.pp

+ 2 - 0
ide/fpmake.pp

@@ -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]);