Skip to content

Commit

Permalink
Fix build issue on MinGW64
Browse files Browse the repository at this point in the history
  • Loading branch information
crziter committed Apr 4, 2021
1 parent 50c32a8 commit a5e2883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/gl_mkenum.py
Expand Up @@ -37,7 +37,7 @@
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:]
Expand Down

0 comments on commit a5e2883

Please sign in to comment.