X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=d566e23a5a1eeea77a4edb5f1b8cdd8ec6046f79;hb=2af7e74feec67c0a798ac190774cb4b3e925be76;hp=ae95639f1a8d64c72a0e429ca47862d434051451;hpb=247fc699be6b3bd95fd9126541e0804cc8dffdd4;p=pcsx_rearmed.git 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