From: nishi Date: Fri, 26 Apr 2024 03:01:05 +0000 (+0000) Subject: ffi should be default X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a2d1b583ca19f610935b9689b7c1152090f61862;p=serenade.git ffi should be default git-svn-id: file:///raid/svn-main/nishi-serenade/trunk@38 0f02c867-ac3d-714e-8a88-971ba1f6efcf --- 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};