Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed May 4, 2024
1 parent 62a37f3 commit ff96d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LINK_FLAGS += -pthread
ifeq ($(MACOS),true)
LINK_FLAGS += -framework CoreFoundation -framework IOKit -framework WebKit
else ifeq ($(WINDOWS),true)
LINK_FLAGS += -lole32 -lwinmm
LINK_FLAGS += -lole32 -luuid -lwinmm
else
LINK_FLAGS += -ldl -lrt
endif
Expand Down

0 comments on commit ff96d50

Please sign in to comment.