diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-10-03 23:08:38 +0200 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-10-03 23:08:38 +0200 |
| commit | 74348eef937ce5042e442ed036d2e6975619ff97 (patch) | |
| tree | 550d5355215c3a60fda4b695548b27d5433ee23a | |
| parent | 4bb6afe3e5dce922d51955b4adc09c4d37f8448e (diff) | |
| download | lite-xl-dmon-luajit-2.0.3.tar.gz lite-xl-dmon-luajit-2.0.3.zip | |
Move luajit link args to subprojectdmon-luajit-2.0.3
| -rw-r--r-- | meson.build | 2 | ||||
| -rw-r--r-- | subprojects/luajit.wrap | 2 |
2 files changed, 1 insertions, 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 |
