mirror of
https://gitcode.com/JianFeeeee/LuaCangjia_api.git
synced 2026-09-20 00:48:47 +00:00
修正
This commit is contained in:
@ -2,13 +2,13 @@
|
|||||||
name = "LuaCangjie_api"
|
name = "LuaCangjie_api"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
description = "Lua C API bindings for Cangjie"
|
description = "Lua C API bindings for Cangjie"
|
||||||
cjc-version = "0.49.1" # 必需:指定所需 cjc 最低版本
|
cjc-version = "0.49.1"
|
||||||
license = "GPLv3" # 可选:许可证信息
|
license = "GPLv3"
|
||||||
output-type ="executable"
|
output-type ="executable"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
[ffi.c]
|
[ffi.c]
|
||||||
luacjapi.so.path = "./lib/build/luacjapi"
|
luacjapi.path = "./lib/build/luacjapi"
|
||||||
|
|
||||||
[scripts]
|
[scripts]
|
||||||
pre-build = "cjpm run build.cj pre-build"
|
pre-build = "cjpm run build.cj pre-build"
|
||||||
|
|||||||
Reference in New Issue
Block a user