examples: Fix mingw64 detection
[samba.git] / examples / winexe / wscript
index 3380b9794f6504babce23e075934de5ebec8ac41..8e42f014da55ed2fd3f092507cf32fd4ad0e172a 100644 (file)
@@ -16,6 +16,8 @@ def configure(conf):
             conf.DEFINE('HAVE_WINEXE_CC_WIN32', 1);
            break
 
+    found = False
+
     for a in AR64:
         for t in TC:
            if conf.find_program(a + '-' + t + '-gcc', var='WINEXE_CC_WIN64'):