-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathmcpp.toml
More file actions
42 lines (34 loc) · 998 Bytes
/
mcpp.toml
File metadata and controls
42 lines (34 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "xlings"
version = "0.4.51"
description = "Universal package management infrastructure tool with SubOS isolation"
license = "Apache-2.0"
repo = "https://github.com/openxlings/xlings"
[build]
include_dirs = ["src/libs/json"]
# Minimum supported macOS for produced binaries (mcpp 0.0.50+ honors
# this; the MACOSX_DEPLOYMENT_TARGET env in CI/release remains as the
# second line of assurance and covers older bootstrap mcpp versions).
macos_deployment_target = "14.0"
cxxflags = ["-DLIBARCHIVE_STATIC", "-DXLINGS_USE_GTEST_MAIN=1", "-DUNICODE", "-D_UNICODE"]
[targets.xlings]
kind = "bin"
main = "src/main.cpp"
[toolchain]
default = "gcc@16.1.0"
macos = "llvm@20.1.7"
windows = "llvm@20.1.7"
[target.x86_64-linux-musl]
toolchain = "gcc@15.1.0-musl"
linkage = "static"
[dependencies]
ftxui = "6.1.9"
[dependencies.compat]
libarchive = "3.8.7"
[dependencies.mcpplibs]
cmdline = "0.0.2"
xpkg = "0.0.41"
tinyhttps = "0.2.3"
capi.lua = "0.0.3"
[dev-dependencies]
gtest = "1.15.2"