diff --git a/shell/linux/Makefile b/shell/linux/Makefile index 7287a6a83..6e3b2bc5b 100644 --- a/shell/linux/Makefile +++ b/shell/linux/Makefile @@ -253,7 +253,7 @@ else ifneq (,$(findstring win32,$(platform))) NOT_ARM := 1 CFLAGS += -fno-builtin-sqrtf -funroll-loops -DHAVE_FSEEKO -D TARGET_NO_AREC LDFLAGS += -static-libgcc -static-libstdc++ -Wl,-subsystem,windows - LIBS := -lopengl32 -lwinmm -lgdi32 -lwsock32 -ldsound -lcomctl32 -lcomdlg32 -lxinput -liphlpapi -Wl,-Bstatic -lgmp -Wl,-Bstatic -lgomp + LIBS := -lopengl32 -lwinmm -lgdi32 -lwsock32 -ldsound -lcomctl32 -lcomdlg32 -lxinput -liphlpapi -Wl,-Bstatic -lgomp PLATFORM_EXT := exe CC = gcc CXX = g++