From a2d1b583ca19f610935b9689b7c1152090f61862 Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 26 Apr 2024 03:01:05 +0000 Subject: [PATCH] ffi should be default git-svn-id: file:///raid/svn-main/nishi-serenade/trunk@38 0f02c867-ac3d-714e-8a88-971ba1f6efcf --- Tool/configgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tool/configgen.c b/Tool/configgen.c index dcfd96f..b792ae9 100644 --- a/Tool/configgen.c +++ b/Tool/configgen.c @@ -37,7 +37,7 @@ char choice[256]; char* asks[] = {"repl", "y", "HAS_REPL_SUPPORT", "Do you want the REPL support?", - "ffi", "n", "HAS_FFI_SUPPORT", "Do you want the FFI support?", + "ffi", "y", "HAS_FFI_SUPPORT", "Do you want the FFI support?", NULL}; -- 2.43.0