14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
{
|
|
__toolchains_windows_x64 = {
|
|
"mingw64"
|
|
},
|
|
arch = "x64",
|
|
builddir = "build",
|
|
ccache = true,
|
|
host = "windows",
|
|
kind = "static",
|
|
mode = "release",
|
|
ndk_stdcxx = true,
|
|
plat = "windows",
|
|
toolchain = "mingw64"
|
|
} |