Closed zmughal closed 7 years ago
I have tested this under MSYS2/MinGW64 and Strawberry Perl. And GNU/Linux, but we'll see if Travis CI is happy as well.
Cheers for this. I'll have to have a look at what else is to be released.
Mind pushing out a release with this? I just happened to notice the bug again while I was manually putting together a new VM.
Hello @jonathanstowe, sorry to bother you again. I was building another VM just now and came across this again. I'd appreciate a new release so I can remove the bugfix from my long-term memory, haha! :-D
This explicit rule ensures that
cchars.h
is available when compilingReadKey.o
.This build issue was uncovered when installing under MSYS2/MinGW64 and using dmake. Without this fix, the
cchars.h
file gets deleted right before it is needed by the compilation as follows:Fixes https://github.com/jonathanstowe/TermReadKey/issues/16.