Skip to content

Commit

Permalink
Makefile: compile with -pthread
Browse files Browse the repository at this point in the history
Needed on some systems to get pthread functions.
  • Loading branch information
Grimler91 committed Dec 15, 2023
1 parent 5e679bc commit 2d93754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# <https://www.gnu.org/licenses/>.

SUBDIRS = tests
AM_CXXFLAGS = -std=c++11 -Wall -Wextra -pedantic
AM_CXXFLAGS = -std=c++11 -Wall -Wextra -pedantic -pthread

bin_PROGRAMS = termux-elf-cleaner

Expand Down

0 comments on commit 2d93754

Please sign in to comment.