kopia lustrzana https://github.com/espressif/esp-idf
kconfig: fix compatibility with very old versions of flex
See 4e762e4918
Closes https://github.com/espressif/esp-idf/issues/2703
pull/3089/head
rodzic
3aa5a1e5a2
commit
fed0f846a4
|
@ -334,7 +334,7 @@ conf-idf: $(conf-objs)
|
|||
zconf.tab.c: zconf.lex.c
|
||||
|
||||
zconf.lex.c: $(SRCDIR)/zconf.l
|
||||
flex -L -P zconf -o zconf.lex.c $<
|
||||
flex -L -Pzconf -ozconf.lex.c $<
|
||||
|
||||
zconf.hash.c: $(SRCDIR)/zconf.gperf
|
||||
# strip CRs on Windows systems where gperf will otherwise barf on them
|
||||
|
|
Ładowanie…
Reference in New Issue