Skip to content

Commit c6d2a26

Browse files
committed
Merge pull request #270 from allentiak/fix-258--cannot-find-clang
BugFix: add CLANG_SRC_DIR. Closes #258
2 parents 72ab414 + f08564f commit c6d2a26

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Binary packages for Linux, Mac OS and Windows are built from time to time and
1515
made available on
1616
[SourceForge](http://sourceforge.net/projects/mozart-oz/files/).
1717

18-
Mac support is provided for 10.8.x and recent versions (2.x) of Aquamacs.
18+
Mac support is provided for 10.8.x and recent versions (2.x) of Aquamacs.
1919

2020
The binary distribution requires that you have installed Tcl/Tk 8.5 on your
2121
system.
@@ -179,6 +179,11 @@ lists the options you need.
179179
<td>Paths to the source and build directories of LLVM</td>
180180
<td>If not present, LLVM will be downloaded and built automatically</td>
181181
</tr>
182+
<tr>
183+
<td>CLANG_SRC_DIR</td>
184+
<td>Paths to the source directory of CLANG</td>
185+
<td>Use this if cmake cannot find the CLANG sources</td>
186+
</tr>
182187
<tr>
183188
<td>EMACS</td>
184189
<td>Path to the Emacs executable</td>

0 commit comments

Comments
 (0)