summaryrefslogtreecommitdiffhomepage
path: root/scripts/win64.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/win64.json')
-rw-r--r--scripts/win64.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/win64.json b/scripts/win64.json
deleted file mode 100644
index 75c025a..0000000
--- a/scripts/win64.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "compiler_path": "x86_64-w64-mingw32-g++.exe",
- "compiler_std": "c++20",
- "headers_path": ["include", "vendor"],
- "sources_path": ["src/lib/*.cc", "src/cli/*.cc"],
- "output_name": "nebuild.exe",
- "compiler_flags": ["-fPIC"],
- "cpp_macros": ["NEBUILD_WINDOWS"],
- "run_after_build": false
-}