Skip to content

Fix checksums import when used as library#110

Merged
niv merged 1 commit intoniv:masterfrom
squattingmonk:fix/checksums-import
Feb 17, 2024
Merged

Fix checksums import when used as library#110
niv merged 1 commit intoniv:masterfrom
squattingmonk:fix/checksums-import

Conversation

@squattingmonk
Copy link
Copy Markdown
Contributor

The previous fix to checksums that tried to restore Nim 1.6.x support allowed the neverwinter tools to build. However, the private folder is not accessible when using neverwinter.nim as a library, so compilation of other tools now breaks. This fix fixes the fix so that it actually fixes 1.6.x support.

Testing

Compiles on Nim 1.6.14 and 2.0.2, both when installing binaries and when included as a library (e.g., when building nasher).

Licence

  • I am licencing my change under the project's MIT licence, including all changes to GPL-3.0 licenced parts of the codebase.

The previous fix to checksums that tried to restore Nim 1.6.x support
allowed the neverwinter tools to build. However, the `private` folder is
not accessible when using neverwinter.nim as a library, so compilation
of other tools now breaks. This fix fixes the fix so that it actually
fixes 1.6.x support.
@niv niv merged commit 24c3acb into niv:master Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants