Skip to content
Snippets Groups Projects
Commit a1a36481 authored by rswindell's avatar rswindell
Browse files

Borland C++ links with libpthread.so instead of .a.

parent f5786bdd
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ LFLAGS := -lm -pthread
else # Linux / Other UNIX
# Math and pthread libraries needed
ifdef bcc
LFLAGS := libm.a libpthread.a
LFLAGS := libpthread.so
else
LFLAGS := -lm -lpthread
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment