dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit 3e6cc005713409270723bc8ec703402a13fba3d5
parent 6cd4f993fd6c56781db91da0e4dee83d015c1c2e
Author: finwo <finwo@pm.me>
Date:   Mon,  1 Jan 2024 20:48:41 +0100

Don't include lpthread on osx

Diffstat:
Mtinycthread/tinycthread/config.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tinycthread/tinycthread/config.mk b/tinycthread/tinycthread/config.mk @@ -14,8 +14,8 @@ ifeq ($(OS),Windows_NT) endif else UNAME_S := $(shell uname -s) - override CFLAGS+=-lpthread ifeq ($(UNAME_S),Linux) + override CFLAGS+=-lpthread # CFLAGS += -D LINUX endif ifeq ($(UNAME_S),Darwin)