Skip to content

Commit

Permalink
Make Linux build static
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Dec 3, 2024
1 parent 1602872 commit 93d28e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minichlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifeq ($(OS),Windows_NT)
else
OS_NAME := $(shell uname -s | tr A-Z a-z)
ifeq ($(OS_NAME),linux)
LDFLAGS:=-lpthread -lusb-1.0 -ludev
LDFLAGS:=-lpthread -lusb-1.0
LDFLAGS_MINICHLINK:=-static
endif
ifeq ($(OS_NAME),darwin)
Expand Down

0 comments on commit 93d28e7

Please sign in to comment.