mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Fix build issue on MinGW64
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1094>
This commit is contained in:
parent
50c32a8963
commit
a5e2883ff0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ argn = 1
|
|||
for arg in sys.argv[1:]:
|
||||
cmd.append(arg)
|
||||
argn += 1
|
||||
if arg.endswith('glib-mkenums'):
|
||||
if arg.endswith('glib-mkenums') or arg.lower().endswith('glib-mkenums.exe'):
|
||||
break
|
||||
ofilename = sys.argv[argn]
|
||||
headers = sys.argv[argn + 1:]
|
||||
|
|
Loading…
Reference in a new issue