CMake: corrects the package name of quickjs-ng

This commit is contained in:
李通洲
2026-05-20 18:17:38 +08:00
parent f49620a95b
commit 462b80fc36
+2 -3
View File
@@ -1714,10 +1714,9 @@ ff_lib_enable(ELF
"libelf"
"libelf"
)
# Requires https://github.com/quickjs-ng/quickjs/pull/1479
ff_lib_enable(QUICKJS
"quickjs"
"quickjs"
"qjs"
"qjs"
"qjs"
)
if(ENABLE_LUA)