diff options
Diffstat (limited to 'lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt')
-rw-r--r-- | lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt b/lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt new file mode 100644 index 0000000..ea6f6c4 --- /dev/null +++ b/lpg/subprojects/packagefiles/lua-5.4.7/meson_options.txt @@ -0,0 +1,4 @@ +option( + 'loadlib', type : 'feature', + description : 'Allow Lua to "require" C extension modules' +) |