From ad2e9b38f6253983786b19712c37c0a3bcf1acdc Mon Sep 17 00:00:00 2001 From: johnche Date: Fri, 19 Apr 2024 15:56:29 +0800 Subject: [PATCH] the BigInt support is always included in new quickjs version: https://github.com/bellard/quickjs/commit/94010edb5794b06e122cfb9ea6ed9c6be9db6c03 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd10f97..76c57b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,6 @@ if ( MSYS ) endif() target_compile_definitions(quickjs PRIVATE _GNU_SOURCE - CONFIG_BIGNUM CONFIG_VERSION="\\\"${QJS_VERSION_STR}\\\"" ) else() @@ -69,7 +68,6 @@ else() endif() target_compile_definitions(quickjs PRIVATE _GNU_SOURCE - CONFIG_BIGNUM CONFIG_VERSION="${QJS_VERSION_STR}" ) endif()