X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=d566e23a5a1eeea77a4edb5f1b8cdd8ec6046f79;hb=b63db05064fcc2c469c007674029335f4631f5a9;hp=ae95639f1a8d64c72a0e429ca47862d434051451;hpb=fb01e82a3453b4b068fde274a42df336e778d8d3;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