]> granicus.if.org Git - handbrake/commit
configure: fix LDProbe cleanup on mingw
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 6 Jan 2019 20:10:30 +0000 (12:10 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 6 Jan 2019 20:10:30 +0000 (12:10 -0800)
commitb09c99829c9412b05888eb7ac017d9b26166396c
tree5d88ee71ade619f87c659e03afe736b728d7dba1
parent3c95342a8cdf5b3b03d8b5e94ec099b0bc6a4f35
configure: fix LDProbe cleanup on mingw

LDProbe tries to delete conftest, but should delete conftest.exe on
mingw.  So delete *both* in a try-catch block.
make/configure.py