Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
niv committed Jul 19, 2023
1 parent 4d2bf2f commit 489fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwn_script_comp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ proc doCompile(num, total: Positive, p: string, overrideOutPath: string = "") {.
# =================
# Global mainloop. This queues up all files to be compiled onto the threadpool.

func canCompileFile(path: string): bool =
proc canCompileFile(path: string): bool =
fileExists(path) and path.endsWith(".nss")

# Collect files to compile first in one go, and verify they exist.
Expand Down

0 comments on commit 489fe1a

Please sign in to comment.