зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
783be16285
Коммит
17c85c1c0d
|
@ -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
|
||||
>>>
|
||||
'''
|
||||
|
|
Загрузка…
Ссылка в новой задаче