mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
examples: Fix mingw64 detection
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7356e814df
commit
80324ff6e2
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user