Skip to content

Commit

Permalink
Link with -lpthread instead of -pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jan 11, 2025
1 parent c09b809 commit dd7b336
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 @@ -12,7 +12,7 @@ include config.mk
# ===============================================================================

# Link against necessary system libraries
LDFLAGS += -pthread -lm -lpopt
LDFLAGS += -lpthread -lm -lpopt

# Check if there is a doxygen we can run
ifndef DOXYGEN
Expand Down

0 comments on commit dd7b336

Please sign in to comment.