Skip to content

Commit

Permalink
Trying additional libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Nov 1, 2024
1 parent b241f46 commit 5c6d960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-prompt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c6d960

Please sign in to comment.