Bug 1368099 - part 1 - provide the correct --with-libclang-path suggestions; r=rillian

libclang.dll lives in the bin/ directory, not the lib/ directory.
This commit is contained in:
Nathan Froyd 2017-05-26 22:36:35 -04:00
Родитель 783be16285
Коммит 17c85c1c0d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -17,7 +17,7 @@ To enable Stylo in your builds, paste the lines between the chevrons
<<<
ac_add_options --enable-stylo
ac_add_options --with-libclang-path={state_dir}/clang/lib
ac_add_options --with-libclang-path={state_dir}/clang/bin
ac_add_options --with-clang-path={state_dir}/clang/bin/clang.exe
>>>
'''

Просмотреть файл

@ -15,7 +15,7 @@ To enable Stylo in your builds, paste the lines between the chevrons
<<<
ac_add_options --enable-stylo
ac_add_options --with-libclang-path={state_dir}/clang/lib
ac_add_options --with-libclang-path={state_dir}/clang/bin
ac_add_options --with-clang-path={state_dir}/clang/bin/clang.exe
>>>
'''