Skip to content

Commit

Permalink
prevent system libjulia from shadowing build libjulia in test/llvmpasses
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 15, 2019
1 parent ca42347 commit c64c4ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/llvmpasses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ SRCDIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
JULIAHOME := $(abspath $(SRCDIR)/../..)
include $(JULIAHOME)/Make.inc
test:
PATH=$(build_bindir):$(build_depsbindir):$$PATH $(build_depsbindir)/lit/lit.py -v $(SRCDIR)
PATH=$(build_bindir):$(build_depsbindir):$$PATH \
LD_LIBRARY_PATH=${build_libdir}:$$LD_LIBRARY_PATH \
$(build_depsbindir)/lit/lit.py -v $(SRCDIR)
.PHONY: test

0 comments on commit c64c4ab

Please sign in to comment.