citrun

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

commit dd1ce4a86764c6cb7d04c89dc7dcda238b2634dc
parent 397a236d8b13b69226797bae7304d71b607e53a5
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 16 Jun 2016 00:22:08 -0600

use some obscure symbol visibility switch for ranlib on osx

Diffstat:
MJamrules | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -44,6 +44,9 @@ if $(OS) = MACOSX { LINKLIBS on citrun-gl = -framework OpenGL -framework GLUT ; LINKLIBS on citrun-gl += -lc++ -lm ; + # This is a dirty hack. + RANLIB = ranlib -c ; + LINKLIBS on citrun-inst = -lc++ -lclangAST