citrun

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

commit 9c08f71a472eb6e475a0f303d2a623ffb5773c10
parent 44b00653e7bb3414c5327dab39325bc3d3a08019
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 12 Jun 2016 18:40:38 -0600

lib: try to let it compile on osx

Diffstat:
MJamrules | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -47,7 +47,8 @@ if $(OS) = MACOSX { LINKLIBS on citrun-gl += -lc++ -lm ; # We must specify that the entry point will be available at runtime - LINKFLAGS on libcitrun.$(SHLIB_SUF) = -Wl,-U,__citrun_tu_head ; + LINKFLAGS on libcitrun.$(SHLIB_SUF) = -Wl,-U,citrun_nodes ; + LINKFLAGS on libcitrun.$(SHLIB_SUF) += -Wl,-U,citrun_nodes_total ; LINKLIBS on citrun-inst = -lc++