Browse Source

try try again

Bill Gianopoulos 3 years ago
parent
commit
0c4fc89d1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frg-buildfixes/comm/9999999-disablemaint-257.patch

+ 1 - 1
frg-buildfixes/comm/9999999-disablemaint-257.patch

@@ -19,7 +19,7 @@ diff --git a/suite/moz.configure b/suite/moz.configure
  
  
 +@depends(target)
-+def is_winnt(target)
++def is_winnt(target):
 +    if target.os == "WINNT":
 +    return True
 +