Moved -lpthread to wmake/rules/General/mplib

This commit is contained in:
Henry Weller
2018-08-16 13:30:04 +01:00
parent bce53f1758
commit 583043b0e3
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
-include $(GENERAL_RULES)/mplib
EXE_INC = $(PFLAGS) $(PINC)
LIB_LIBS = $(PLIBS)

View File

@ -9,7 +9,7 @@ LD = ld
GFLAGS = -D$(WM_ARCH) -DWM_ARCH_OPTION=$(WM_ARCH_OPTION) \
-DWM_$(WM_PRECISION_OPTION) -DWM_LABEL_SIZE=$(WM_LABEL_SIZE)
GINC =
GLIBS = -lm -lpthread
GLIBS = -lm
GLIB_LIBS =

View File

@ -1,3 +1,3 @@
PFLAGS =
PINC =
PLIBS =
PLIBS = -lpthread