fmt: update to 11.1.2
[oi-userland.git] / components / library / lgi-53 / patches / 03-core.lua.patch
blob8bb04cabcfb0857bcc4da4731ddab83eac9e631c
1 --- lgi-0.9.1/lgi/core.lua.orig Wed May 31 11:27:27 2017
2 +++ lgi-0.9.1/lgi/core.lua Wed May 31 11:27:38 2017
3 @@ -11,7 +11,7 @@
4 -- This module decides what kind of core routines should be loaded.
5 -- Currently only one implementation exists, standard-Lua C-side
6 -- implementation, LuaJIT-FFI-based one is planned.
7 -local core = require 'lgi.corelgilua51'
8 +local core = require 'lgi.corelgilua53'
10 -- Helper methods for converting between CamelCase and uscore_delim
11 -- names.