mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
Fix require cycle
This commit is contained in:
parent
e9ae8e21a3
commit
ff6d7f8feb
2 changed files with 9 additions and 9 deletions
10
candran.can
10
candran.can
|
|
@ -1,3 +1,8 @@
|
|||
local candran = {
|
||||
VERSION = "0.14.0"
|
||||
}
|
||||
package.loaded["candran"] = candran
|
||||
|
||||
#import("candran.util")
|
||||
#import("candran.serpent")
|
||||
|
||||
|
|
@ -14,11 +19,6 @@
|
|||
|
||||
local unpack = unpack or table.unpack
|
||||
|
||||
local candran = {
|
||||
VERSION = "0.14.0"
|
||||
}
|
||||
package.loaded["candran"] = candran
|
||||
|
||||
--- Default options.
|
||||
candran.default = {
|
||||
target = "lua54",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue