mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Merge pull request #234974 from type-dance/nodejs-fix-pkg-config
nodejs: add -licuuc to libv8 pkg-config file
This commit is contained in:
commit
0e38e1ce02
@ -178,7 +178,7 @@ let
|
||||
Name: v8
|
||||
Description: V8 JavaScript Engine
|
||||
Version: $major.$minor.$patch
|
||||
Libs: -L$libv8/lib -lv8 -pthread -licui18n
|
||||
Libs: -L$libv8/lib -lv8 -pthread -licui18n -licuuc
|
||||
Cflags: -I$libv8/include
|
||||
EOF
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user