aboutsummaryrefslogtreecommitdiff
path: root/hardcoded.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-23 14:15:46 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-23 14:15:46 -0500
commitee696544d079d3fb1699a838e2dcb7e61bffda8a (patch)
tree7684d524c79958a060af5065831b2b6e703015fb /hardcoded.lua
parentfd91580f2d8860d044bbb2237ecc9e6ec0fa0124 (diff)
downloadluarocks-packaging-ee696544d079d3fb1699a838e2dcb7e61bffda8a.tar.gz
luarocks-packaging-ee696544d079d3fb1699a838e2dcb7e61bffda8a.tar.bz2
luarocks-packaging-ee696544d079d3fb1699a838e2dcb7e61bffda8a.zip
Add patch to modify all_in_one and add hardcoded values
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}