firefox: support building firefox 69
This commit is contained in:
parent
7b504b49b0
commit
f3d3377477
@ -255,7 +255,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-libclang-path=${llvmPackages.libclang}/lib"
|
||||
"--with-clang-path=${llvmPackages.clang}/bin/clang"
|
||||
]
|
||||
++ lib.optionals (lib.versionAtLeast ffversion "57") [
|
||||
++ lib.optionals (lib.versionAtLeast ffversion "57" && lib.versionOlder ffversion "69") [
|
||||
"--enable-webrender=build"
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user