Skip to content

Commit 5d08de4

Browse files
committed
Fix libretro-net-retropad makefile
1 parent 45aeee4 commit 5d08de4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

cores/libretro-net-retropad/Makefile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ endif
117117

118118
OBJECTS := ../../libretro-common/net/net_compat.o \
119119
../../libretro-common/net/net_socket.o \
120+
../../libretro-common/compat/compat_strl.o \
121+
../../libretro-common/compat/fopen_utf8.o \
122+
../../libretro-common/compat/compat_posix_string.o \
123+
../../libretro-common/encodings/encoding_utf.o \
124+
../../libretro-common/encodings/encoding_crc32.o \
125+
../../libretro-common/features/features_cpu.o \
126+
../../libretro-common/file/file_path.o \
127+
../../libretro-common/file/file_path_io.o \
128+
../../libretro-common/formats/json/rjson.o \
129+
../../libretro-common/streams/file_stream.o \
130+
../../libretro-common/streams/interface_stream.o \
131+
../../libretro-common/streams/memory_stream.o \
132+
../../libretro-common/string/stdstring.o \
133+
../../libretro-common/time/rtime.o \
134+
../../libretro-common/vfs/vfs_implementation.o \
120135
net_retropad_core.o
121136

122137
CFLAGS += -I../../libretro-common/include -Wall -pedantic $(fpic)

0 commit comments

Comments
 (0)