Open BradyBrenot opened 5 years ago
The script was creating output files for C (.c) source files as, e.g., "miniz.cpp.obj", but we'd then to try to link with the 'correct' name, e.g. "miniz.c.obj". This change fixes that.
The script was creating output files for C (.c) source files as, e.g., "miniz.cpp.obj", but we'd then to try to link with the 'correct' name, e.g. "miniz.c.obj". This change fixes that.