]> 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>
Mon, 11 Feb 2019 17:44:42 +0000 (10:44 -0700)
commitc4ef709df1a5321213661d44ebc99aeaa903616e
treeba12c1eb593948d5e3047c442126d7e2aad6d9ba
parentc3def64b2ae94fae7cdb2a57e5fcc20131a3e9fe
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.

(cherry picked from commit b09c99829c9412b05888eb7ac017d9b26166396c)
make/configure.py