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:
Michael Davidsaver
2023-10-22 16:05:43 -07:00
parent eac2a8e70f
commit 5387face45
2 changed files with 1 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ INC += pv/json.h
LIBSRCS += parsehelper.cpp
LIBSRCS += parseany.cpp
LIBSRCS += parseinto.cpp
LIBSRCS += print.cpp
LIBSRCS += jprint.cpp