From e7fc75d022b79dc2e8cea4521c13d72a69229e54 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 d4418d08..27034d2f 100644 --- a/meson.build +++ b/meson.build @@ -39,8 +39,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