X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile.libretro;h=d566e23a5a1eeea77a4edb5f1b8cdd8ec6046f79;hp=ae95639f1a8d64c72a0e429ca47862d434051451;hb=09159d99cd07a084d8643f87c6c23e86c79060ff;hpb=fb01e82a3453b4b068fde274a42df336e778d8d3 diff --git a/Makefile.libretro b/Makefile.libretro index ae95639f..d566e23a 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -172,7 +172,9 @@ else endif CFLAGS += -fPIC -ifneq ($(platform),qnx) +ifeq ($(platform),win) + MAIN_LDLIBS += -lws2_32 +else ifneq ($(platform),qnx) LDLIBS += -lpthread MAIN_LDLIBS += -ldl endif