Skip to content

Commit c6ff042

Browse files
committed
Fix path in build instructions
1 parent 0482809 commit c6ff042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Mozart 2 is built with cmake. The following steps will perform the build:
118118

119119
$ mkdir build
120120
$ cd build
121-
$ CXXFLAGS=-I`pwd`/llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
121+
$ CXXFLAGS=-I`pwd`/../llvm-install/include cmake -DCMAKE_BUILD_TYPE=Release \
122122
-DCMAKE_INSTALL_PREFIX:PATH=/path/to/install \
123123
../mozart2
124124
$ make

0 commit comments

Comments
 (0)