-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add skipCompile option for nasher.cfg (#118)
This adds a new directive to the `[*.sources]` section that allows skipping compilation of a file while still allowing it to be used for an include and packaged with the final module. An example use case is the Core Framework's `util_i_library.nss`, which includes a `void main()` function but is intended to be used as an include file and not executed directly. This prevents failed compilation from stopping a workflow.
- Loading branch information
1 parent
cefdb23
commit 7c4e22e
Showing
3 changed files
with
26 additions
and
19 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
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
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