summaryrefslogtreecommitdiffstats
path: root/make/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'make/configure.py')
-rw-r--r--make/configure.py3
1 files changed, 3 insertions, 0 deletions
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