citrun

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

commit 2b801a4835271e8dda64883e386f98b57d7b76e6
parent dc7ea65e3a3dae108e701f80060b2cabbee05bed
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  9 Apr 2016 13:55:48 -0600

lib: fix up symbol name on osx

Diffstat:
MJamrules | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -39,8 +39,8 @@ if $(OS) = MACOSX { LINKLIBS on citrun_gl = -framework OpenGL -framework GLUT ; LINKLIBS on citrun_gl += -lc++ -lm ; - # We must specify that _scv_node0 will be available at runtime - LINKFLAGS on libcitrun.$(SHLIB_SUF) = -Wl,-U,__scv_node0 ; + # We must specify that the entry point will be available at runtime + LINKFLAGS on libcitrun.$(SHLIB_SUF) = -Wl,-U,__citrun_tu_head ; LINKLIBS on citrun_instrument = -lc++