Change premake.extensions namespace to premake.modules, to match online docs
This commit is contained in:
parent
2efe9d780d
commit
a64bfc630f
@ -4,9 +4,11 @@
|
||||
---
|
||||
|
||||
premake = {}
|
||||
premake.extensions = {}
|
||||
premake.modules = {}
|
||||
premake.tools = {}
|
||||
|
||||
premake.extensions = premake.modules
|
||||
|
||||
|
||||
-- Keep track of warnings that have been shown, so they don't get shown twice
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user