Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix checksums import when used as library #110

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

squattingmonk
Copy link
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
4 checks passed
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