rename print.cpp -> jprint.cpp
In GHA builder somehow print.cpp becomes PRINT.obj instead of print.obj for mkmf.pl, which later fails when print.obj is missing. (apparently windows filesystems are now case sensitive...)
This commit is contained in:
@@ -7,4 +7,4 @@ INC += pv/json.h
|
||||
LIBSRCS += parsehelper.cpp
|
||||
LIBSRCS += parseany.cpp
|
||||
LIBSRCS += parseinto.cpp
|
||||
LIBSRCS += print.cpp
|
||||
LIBSRCS += jprint.cpp
|
||||
|
||||
Reference in New Issue
Block a user