summaryrefslogtreecommitdiffhomepage
path: root/CRTKit
diff options
context:
space:
mode:
Diffstat (limited to 'CRTKit')
-rw-r--r--CRTKit/build.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRTKit/build.json b/CRTKit/build.json
index b4cc3dd0..2d4c0c1e 100644
--- a/CRTKit/build.json
+++ b/CRTKit/build.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../", "./"],
"sources_path": ["*.cxx"],
- "output_name": "mpccrt.dll",
+ "output_name": "ndkcrt.dll",
"compiler_flags": ["-ffreestanding", "-shared", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"],
"cpp_macros": ["__CRT_AMD64__", "cCRTVersion=0x0100", "cEFSVersionHighest=0x0100", "cEFSVersionLowest=0x0100"]
}