-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add
./fnl/...;
dirs to fennel.path and fennel.macro-path for AOT
By default fennel only includes the current dir in its search paths, but we often have our cwd one step above. This means macros and any include calls would fail to find the correct files when compiling. Now we insert `./fnl/?.fnl` etc into the search paths before compiling. This does not effect JIT compilation, but does effect AOT.
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters