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)