citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 6dc4001f30a9423451d307408b1153f175c2c303
parent d36fcf5b5ce8bed3e78839e8a55f1c3536913211
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue, 22 Mar 2016 23:00:12 -0600

lib: fix up os x linker line

Diffstat:
Mlib/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile b/lib/Makefile @@ -7,7 +7,7 @@ SHLIB_MINOR = 0 CFLAGS += -pthread # OS X linker will not do runtime symbol lookup by default -LDFLAGS += -Wl,-U,_node0 +LDFLAGS += -Wl,-U,__scv_node0 LDADD += -pthread NO_PROFILE = 1