mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Fix Lua < 5.4 compiler with new preprocessor env
This commit is contained in:
parent
ff6d7f8feb
commit
01e808e2e6
4 changed files with 4 additions and 4 deletions
|
|
@ -33,6 +33,6 @@ end
|
|||
|
||||
#local patch = output
|
||||
#output = ""
|
||||
#import("compiler.lua52", { patch = patch, loadPackage = false })
|
||||
#import("compiler.lua52", { preprocessorEnv = { patch = patch }, loadPackage = false })
|
||||
|
||||
return lua52
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue