mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 00:05:46 -04:00
dep/libcue: Prefix functions to avoid name clash with glslang
This commit is contained in:
5
dep/libcue/src/generate_parser.sh
Normal file
5
dep/libcue/src/generate_parser.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
flex --nounistd -o cue_scanner.c cue_scanner.l
|
||||
bison --defines=cue_parser.h -o cue_parser.c cue_parser.y
|
||||
|
Reference in New Issue
Block a user