Skip to content

Commit

Permalink
windows: build with dynamic linking
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Sep 14, 2024
1 parent 685934d commit c6a7f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif
ifeq "$(OS)" "windows"

CFLAGS+=`pkg-config hidapi --cflags`
LIBS+= -lhidapi -lsetupapi -Wl,--enable-auto-import -static-libgcc -static-libstdc++
LIBS+= -lhidapi -lsetupapi -Wl,--enable-auto-import
EXE=.exe

endif
Expand Down

0 comments on commit c6a7f6b

Please sign in to comment.