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

remove -liberty flag as libiberty isn't available on msys2 (and it isn't needed on linux/osx)

parent 9a52f81e
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME)))
ALL_LDFLAGS += -s -shared -Wl,--enable-auto-import
SHARED_LDFLAGS += -shared
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
DISTBINDIR=$(DISTDIR)-$(OS)
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