aboutsummaryrefslogtreecommitdiff
path: root/hardcoded.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hardcoded.lua')
-rw-r--r--hardcoded.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/hardcoded.lua b/hardcoded.lua
new file mode 100644
index 0000000..9be83d8
--- /dev/null
+++ b/hardcoded.lua
@@ -0,0 +1,6 @@
1return {
2 SYSTEM = "windows",
3 PROCESSOR = "x86",
4 FORCE_CONFIG = true,
5 IS_BINARY = true,
6}