From: John Stebbins Date: Sat, 19 Jan 2019 19:12:07 +0000 (-0800) Subject: configure: fix conftest turds X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c7c73ca5fdc8ba448b5074326454d0dad9067f7;p=handbrake configure: fix conftest turds --- diff --git a/make/configure.py b/make/configure.py index 1442f850e..c8bc712fe 100644 --- a/make/configure.py +++ b/make/configure.py @@ -398,6 +398,9 @@ class LDProbe( Action ): if not self.fail: try: os.remove( 'conftest.exe' ) + except: + pass + try: os.remove( 'conftest' ) except: pass