Skip to content
Snippets Groups Projects
Commit d5666ec6 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

remove -liberty flag to compile using msys2

parent 499250a2
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) ...@@ -240,7 +240,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
ALL_LDFLAGS += -s -shared -Wl,--enable-auto-import ALL_LDFLAGS += -s -shared -Wl,--enable-auto-import
SHARED_LDFLAGS += -shared SHARED_LDFLAGS += -shared
ALL_LIBS += -L"$(PD_PATH)/src" -L"$(PD_PATH)/bin" -L"$(PD_PATH)/obj" \ ALL_LIBS += -L"$(PD_PATH)/src" -L"$(PD_PATH)/bin" -L"$(PD_PATH)/obj" \
-lpd -lwsock32 -lkernel32 -luser32 -lgdi32 -liberty $(LIBS_windows) -lpd -lwsock32 -lkernel32 -luser32 -lgdi32 $(LIBS_windows)
STRIP = strip --strip-unneeded -R .note -R .comment STRIP = strip --strip-unneeded -R .note -R .comment
DISTBINDIR=$(DISTDIR)-$(OS) DISTBINDIR=$(DISTDIR)-$(OS)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment