Skip to content

Commit

Permalink
Merge pull request #21 from e3/master
Browse files Browse the repository at this point in the history
llvm-config var in makefile
  • Loading branch information
loarabia committed Apr 13, 2013
2 parents 1c6f8dc + abd05ea commit 04a3e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -43,7 +43,7 @@ CLANGLIBS = \
-lclangAST\
-lclangLex\
-lclangBasic\
$(shell llvm-config --libs)
$(shell $(LLVMCONFIG) --libs)

all: $(OBJECTS) $(EXES)

Expand Down

0 comments on commit 04a3e49

Please sign in to comment.