]> granicus.if.org Git - handbrake/commitdiff
configure: fix conftest turds
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sat, 19 Jan 2019 19:12:07 +0000 (11:12 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 11 Feb 2019 17:52:17 +0000 (10:52 -0700)
(cherry picked from commit 8c7c73ca5fdc8ba448b5074326454d0dad9067f7)

make/configure.py

index 1442f850e182f952bac69abe62628c4260efd355..c8bc712fe55c55d756d2679c60ce4239cc8f035a 100644 (file)
@@ -398,6 +398,9 @@ class LDProbe( Action ):
         if not self.fail:
             try:
                 os.remove( 'conftest.exe' )
+            except:
+                pass
+            try:
                 os.remove( 'conftest' )
             except:
                 pass