This commit is contained in:
Pherring04 2025-01-13 12:09:13 -06:00
parent a2d4455480
commit 04c0fea046

View File

@ -126,7 +126,7 @@ UNAME := $(shell uname)
ifeq ($(UNAME), Linux)
SHARED_OPTIONS := -fPIC
else ifeq ($(UNAME), Darwin)
SHARED_OPTIONS := -fPIC
SHARED_OPTIONS := -fPIC -lgcov
else
SHARED_OPTIONS :=
endif