nodejs: add -licuuc to libv8 pkg-config file

-licuuc is required when linking against libv8 output of nodejs.
This commit is contained in:
Cheng Shao
2023-05-30 09:37:53 +00:00
parent f3cd078b57
commit 204136bd95
+1 -1
View File
@@ -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
'';