We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482809 commit c6ff042Copy full SHA for c6ff042
README.md
@@ -118,7 +118,7 @@ Mozart 2 is built with cmake. The following steps will perform the build:
118
119
$ mkdir build
120
$ cd build
121
- $ CXXFLAGS=-I`pwd`/llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
+ $ CXXFLAGS=-I`pwd`/../llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
122
-DCMAKE_INSTALL_PREFIX:PATH=/path/to/install \
123
../mozart2
124
$ make
0 commit comments