mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix backslash
This commit is contained in:
parent
3ced136682
commit
5a5eceedea
@ -624,7 +624,7 @@ endif
|
|||||||
ifneq ($(findstring Win32,$(OS)),)
|
ifneq ($(findstring Win32,$(OS)),)
|
||||||
OBJ += media/rarch.o \
|
OBJ += media/rarch.o \
|
||||||
input/keyboard_event_win32.o \
|
input/keyboard_event_win32.o \
|
||||||
gfx/drivers_context\win32_common.o
|
gfx/drivers_context/win32_common.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Record
|
# Record
|
||||||
|
Loading…
x
Reference in New Issue
Block a user