blob: 770d16225c6955b00b7c5e001b57540f6a293868 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"compiler_path": "g++",
"compiler_std": "c++20",
"headers_path": ["../"],
"sources_path": ["*.cxx"],
"output_name": "libSCI.dll",
"compiler_flags": ["-fPIC", "-shared", "-std=c++20"],
"cpp_macros": ["__NEWOS_SYMS__"]
}
|