mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
nodejs: enable use-prefix-to-find-headers (#539228)
This commit is contained in:
@@ -331,6 +331,7 @@ let
|
||||
]
|
||||
++ lib.optional useSharedTemporal "--v8-enable-temporal-support"
|
||||
++ lib.optionals (lib.versionOlder version "19") [ "--without-dtrace" ]
|
||||
++ lib.optionals (lib.versionAtLeast version "22") [ "--use-prefix-to-find-headers" ]
|
||||
++ lib.concatMap (name: [
|
||||
"--shared-${name}"
|
||||
"--shared-${name}-libpath=${lib.getLib sharedLibDeps.${name}}/lib"
|
||||
|
||||
Reference in New Issue
Block a user