38 lines
694 B
Plaintext
38 lines
694 B
Plaintext
{
|
|
__toolchains_windows_x64 = {
|
|
"msvc",
|
|
"yasm",
|
|
"nasm",
|
|
"cuda",
|
|
"rust",
|
|
"swift",
|
|
"go",
|
|
"gfortran",
|
|
"fpc"
|
|
},
|
|
__toolchains_windows_x64_host = {
|
|
"msvc",
|
|
"yasm",
|
|
"nasm",
|
|
"cuda",
|
|
"rust",
|
|
"swift",
|
|
"go",
|
|
"gfortran",
|
|
"fpc"
|
|
},
|
|
arch = "x64",
|
|
builddir = "build",
|
|
ccache = true,
|
|
clean = true,
|
|
host = "windows",
|
|
kind = "static",
|
|
mode = "release",
|
|
ndk_stdcxx = true,
|
|
network = "public",
|
|
plat = "windows",
|
|
proxy = "http://127.0.0.1:7897",
|
|
proxy_pac = "pac.lua",
|
|
theme = "default",
|
|
vs = "2022"
|
|
} |