mirror of https://github.com/mpv-player/mpv
Fix build on Turkish locales when LC_ALL is already set.
patch by ismail donmez <kde@myrealbox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12803 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7b4630e101
commit
885c02fc11
|
@ -60,7 +60,7 @@ endif
|
|||
all: $(LIBNAME) $(SHORTNAME)
|
||||
|
||||
pci_names.c:
|
||||
LC_CTYPE=C $(AWK) -f pci_db2c.awk oth/pci.db
|
||||
LC_ALL=C $(AWK) -f pci_db2c.awk oth/pci.db
|
||||
|
||||
test:
|
||||
$(CC) test.c -o test $(SHORTNAME)
|
||||
|
|
Loading…
Reference in New Issue