Move luabins back to vendor
Workaround for TypesettingTools/Aegisub#162
This commit is contained in:
parent
77cc1a6b22
commit
22fb4c6e8c
46 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ if not deps.contains(luajit)
|
||||||
else
|
else
|
||||||
luajit_inc = include_directories(luajit.get_variable('includedir'))
|
luajit_inc = include_directories(luajit.get_variable('includedir'))
|
||||||
endif
|
endif
|
||||||
subdir('subprojects/luabins/src')
|
subdir('vendor/luabins/src')
|
||||||
|
|
||||||
dep_gl = dependency('gl', required: false)
|
dep_gl = dependency('gl', required: false)
|
||||||
if not dep_gl.found()
|
if not dep_gl.found()
|
||||||
|
|
Loading…
Reference in a new issue