diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7a348ab..7c60452 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,7 +16,7 @@ CC = gcc CFLAGS = -g -O2 -UNDEBUG -Wall -x $(GLANG) -o $@ $^ BUILD_DIR = .. INCLUDES = -I. -LIBS = ./libpthread32.a +LIBS = -L. -lpthread32 ## ## MSVC |