Move luajit link args to subproject
This commit is contained in:
parent
4bb6afe3e5
commit
74348eef93
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[wrap-git]
|
||||
directory = luajit
|
||||
url = https://github.com/franko/luajit
|
||||
revision = v2.0.5-lhelper4
|
||||
revision = v2.0.5-lhelper5
|
||||
|
||||
|
|
Loading…
Reference in New Issue