Skip to content

Commit

Permalink
add -lpthread on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanf committed Oct 13, 2024
1 parent c231920 commit d51561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if [ -n "$WINDOWS" ]; then
OBJECTS="${OBJECTS} arch/windows/wmi.o"

LIBRARIES="psapi kernel32 advapi32 shell32 netapi32 iphlpapi wtsapi32"
LIBRARIES="${LIBRARIES} ws2_32 PowrProf Pdh"
LIBRARIES="${LIBRARIES} ws2_32 PowrProf Pdh pthread"

TARGETS=interrupt

Expand Down

0 comments on commit d51561f

Please sign in to comment.