Skip to content

Commit

Permalink
Fix MinGW makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Mar 15, 2024
1 parent aeb96bf commit 3478eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/win/Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,8 @@ VOODOOOBJ := vid_voodoo.o vid_voodoo_banshee.o \
PLATOBJ := win.o \
win_dynld.o \
win_cdrom.o win_keyboard.o \
win_mouse.o win_serial_passthrough.o
win_mouse.o win_serial_passthrough.o \
win_netsocket.c

UIOBJ := win_ui.o win_icon.o win_stbar.o discord.o \
win_sdl.o win_opengl.o win_opengl_glslp.o glad.o \
Expand Down

0 comments on commit 3478eaa

Please sign in to comment.