Skip to content

Commit

Permalink
Build julia_version.h before running clangsa (#37394)
Browse files Browse the repository at this point in the history
(cherry picked from commit 315ad46)
  • Loading branch information
staticfloat authored and KristofferC committed Sep 7, 2020
1 parent e92dc7f commit b24f594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/clangsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ check: $(SRCDIR)
TESTS = $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/*.c) $(wildcard $(SRCDIR)/*.cpp))

$(SRCDIR) $(TESTS):
@$(MAKE) -C $(BUILDDIR)/../../src $(build_includedir)/julia/julia_version.h
@$(MAKE) -C $(BUILDDIR)/../../src clangsa
PATH=$(build_bindir):$(build_depsbindir):$$PATH \
LD_LIBRARY_PATH="${build_libdir}:$$LD_LIBRARY_PATH" \
Expand Down

0 comments on commit b24f594

Please sign in to comment.