Replies: 1 comment
|
@VadimkaG The error you’re hitting isn’t about your A couple of key points:
How to fix itYou need to make sure the preview flag is passed to all packages, not just your own:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell me what I'm doing wrong?
$ cat dub.json{ "authors": [ "Vadimka" ], "copyright": "Copyright © 2024, Vadimka", "dependencies": { "godot-dlang": "~>0.7.0" }, "description": "godot game", "dflags": [ "-preview=shortenedMethods" ], "license": "proprietary", "name": "battlenauts", "targetType": "dynamicLibrary" }$ dub build --force$ ldc2 --versionAll reactions