Skip to content

Commit

Permalink
firefox: use libclang
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jan 16, 2018
1 parent eee6eef commit f7c7dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/firefox/common.nix
Expand Up @@ -132,7 +132,7 @@ stdenv.mkDerivation (rec {
]
++ lib.optionals (stdenv.lib.versionAtLeast version "56" && !stdenv.hostPlatform.isi686) [
# on i686-linux: --with-libclang-path is not available in this configuration
"--with-libclang-path=${llvmPackages.clang-unwrapped}/lib"
"--with-libclang-path=${llvmPackages.libclang}/lib"
"--with-clang-path=${llvmPackages.clang}/bin/clang"
]
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [
Expand Down

0 comments on commit f7c7dec

Please sign in to comment.