From 462b80fc368429eb481d6aba899677fcacff064e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 20 May 2026 18:17:38 +0800 Subject: [PATCH] CMake: corrects the package name of quickjs-ng --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcec9b39b..bbab89d30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)