citrun

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

commit ee02e2339bdff9ed10f0264d18684143cb319a76
parent 43772e10af736a3c47bafb00bbc31b336597c2d0
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 12 Jun 2016 18:44:22 -0600

lib: let it build on osx

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

diff --git a/Jamrules b/Jamrules @@ -47,8 +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_nodes ; - LINKFLAGS on libcitrun.$(SHLIB_SUF) += -Wl,-U,citrun_nodes_total ; + LINKFLAGS on libcitrun.$(SHLIB_SUF) = -Wl,-U,_citrun_nodes ; + LINKFLAGS on libcitrun.$(SHLIB_SUF) += -Wl,-U,_citrun_nodes_total ; LINKLIBS on citrun-inst = -lc++