From 74348eef937ce5042e442ed036d2e6975619ff97 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sun, 3 Oct 2021 23:08:38 +0200 Subject: [PATCH] Move luajit link args to subproject --- meson.build | 2 -- subprojects/luajit.wrap | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 9f8b6d70..a63364db 100644 --- a/meson.build +++ b/meson.build @@ -38,8 +38,6 @@ endif if host_machine.system() == 'darwin' lite_link_args += ['-framework', 'CoreServices', '-framework', 'Foundation'] - # the linker aguments below are needed by luajit on macOS - lite_link_args += ['-pagezero_size', '10000', '-image_base', '100000000'] endif #=============================================================================== # Dependencies diff --git a/subprojects/luajit.wrap b/subprojects/luajit.wrap index 8701091a..3a55f17b 100644 --- a/subprojects/luajit.wrap +++ b/subprojects/luajit.wrap @@ -1,5 +1,5 @@ [wrap-git] directory = luajit url = https://github.com/franko/luajit -revision = v2.0.5-lhelper4 +revision = v2.0.5-lhelper5