aboutsummaryrefslogtreecommitdiff
path: root/hardcoded.lua
blob: d51d3c015c45610f416632c7417acc3b6c098219 (plain)
1
2
3
4
5
6
7
8
9
return {
	SYSTEM = "windows",
	PROCESSOR = "x86",
	FORCE_CONFIG = true,
	IS_BINARY = true,
	SYSCONFDIR = "/config",
	PREFIX = "/tree",
	WIN_TOOLS = "/tools"
}