diff --git a/custom-prompt/Makefile b/custom-prompt/Makefile index a931055..75e3b57 100644 --- a/custom-prompt/Makefile +++ b/custom-prompt/Makefile @@ -12,7 +12,7 @@ MainZshExecutable = bin/$(MainZshObject:.o=) GetActiveWidObjects = get_active_wid_linux.o get_active_wid_windows.o ifeq "$(OS)" "Windows_NT" - LDLIBS += -lws2_32 + LDLIBS += -lws2_32 -lwinhttp -lcrypt32 -lrpcrt4 -lole32 else UNAME = $(shell uname) ifeq "$(UNAME)" "Linux"