Update subprojects options and version
Now no longer builds libagg examples applications neither Lua's interpreter and bytecode compiler. Only the static libraries are built.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ lua_dep = dependency('lua5.2', required : false)
|
||||
|
||||
if not lua_dep.found()
|
||||
lua_subproject = subproject('lua', default_options: [
|
||||
'shared=disabled', 'use_readline=false'
|
||||
'shared=false', 'use_readline=false', 'app=false'
|
||||
])
|
||||
lua_dep = lua_subproject.get_variable('lua_dep')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user