From f73e31b9c2bcade1f146ff957117ae02e15f537e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 26 Jan 2014 21:16:24 +0100 Subject: modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms --- plugins/mod_unknown.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/mod_unknown.lua (limited to 'plugins/mod_unknown.lua') diff --git a/plugins/mod_unknown.lua b/plugins/mod_unknown.lua new file mode 100644 index 00000000..4d20b8ad --- /dev/null +++ b/plugins/mod_unknown.lua @@ -0,0 +1,4 @@ +-- Unknown platform stub +module:set_global(); + +-- TODO Do things that make sense if we don't know about the platform -- cgit v1.2.3