Skip to content

Commit

Permalink
Recompile with Aniseed embedding autoload references correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Feb 12, 2022
1 parent e82228e commit 4d09f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conjure/aniseed/macros.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

;; Only require autoload if it's used.
(when (contains? mod-fns autoload-sym)
(table.insert result `(local ,autoload-sym (. (require :aniseed.autoload) :autoload)))))
(table.insert result `(local ,autoload-sym (. (require "conjure.aniseed.autoload") :autoload)))))

;; When we have some keys insert the key/vals pairs locals.
;; If this is empty we end up generating invalid Lua.
Expand Down

0 comments on commit 4d09f99

Please sign in to comment.