X-Git-Url: http://git.lukelau.me/?p=kaleidoscope.git;a=blobdiff_plain;f=Kaleidoscope%2Fmakefile;h=9f4dc1da0cec59debc0db1de86c3a0399605d5cf;hp=aee7f4b97d9698598f4687a7ccd5874a53aa8ecb;hb=HEAD;hpb=5f81038886345b9c1e130bc7cfdd463e76b37b84 diff --git a/Kaleidoscope/makefile b/Kaleidoscope/makefile index aee7f4b..9f4dc1d 100644 --- a/Kaleidoscope/makefile +++ b/Kaleidoscope/makefile @@ -1,2 +1,2 @@ all: - clang++ -g `llvm-config --cxxflags --ldflags --system-libs --libs core mcjit native passes interpreter` -o bin/kaleidoscope *.cpp + clang++ -g `/usr/local/opt/llvm/bin/llvm-config --cxxflags --ldflags --system-libs --libs core mcjit native passes interpreter` -o bin/kaleidoscope *.cpp