citrun

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

commit bd7b1dcbe59ee6b6b7af23e7ebf2404c404fe50c
parent 42d3ba446155c330418937a61fd6ffc92f84f723
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 22:35:52 -0600

bin: there's some strange pkg'ing issue on osx

Diffstat:
Mbin/Jamfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/Jamfile b/bin/Jamfile @@ -9,6 +9,7 @@ rule Generate actions Generate { sed -e s,%PREFIX%,$(PREFIX), -e s,%SHLIB_SUF%,$(SHLIB_SUF), < $(2) > $(1) ; + chmod 644 $(1) ; } Generate $(TOP)/bin/citrun-wrap : $(TOP)/bin/citrun-wrap.sh ;