Bug in the Makefile for psl1ght after adding rtime

A "rtime.c" was added to an OBJ list but it should be an "rtime.o".

This is also causing that a build step is deleting the rtime.c file.
This commit is contained in:
Alberto Alonso Ruibal 2020-08-08 17:03:56 +02:00 committed by GitHub
parent 5e551dd92b
commit 5e8d400e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ OBJ = frontend/frontend_salamander.o \
libretro-common/streams/file_stream.o \
libretro-common/vfs/vfs_implementation.o \
libretro-common/file/config_file.o \
libretro-common/time/rtime.c \
libretro-common/time/rtime.o \
file_path_str.o \
verbosity.o