From 4ee065954eba11d948e38481025627d0aeb496f7 Mon Sep 17 00:00:00 2001 From: jianf <2198972886@qq.com> Date: Thu, 19 Mar 2026 17:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cjpm.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cjpm.toml b/cjpm.toml index b491a0b..51f978b 100644 --- a/cjpm.toml +++ b/cjpm.toml @@ -2,13 +2,13 @@ name = "LuaCangjie_api" version = "0.0.1" description = "Lua C API bindings for Cangjie" -cjc-version = "0.49.1" # 必需:指定所需 cjc 最低版本 -license = "GPLv3" # 可选:许可证信息 +cjc-version = "0.49.1" +license = "GPLv3" output-type ="executable" [dependencies] [ffi.c] -luacjapi.so.path = "./lib/build/luacjapi" +luacjapi.path = "./lib/build/luacjapi" [scripts] pre-build = "cjpm run build.cj pre-build"