-
Notifications
You must be signed in to change notification settings - Fork 4
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
add Dub support #12
add Dub support #12
Conversation
dub not linking dll libraries, only CI - Windows error: dub build :clear
Starting Performing "debug" build using C:\hostedtoolcache\windows\dc\ldc2-cbdce51f\x64\ldc2-cbdce51f-windows-multilib\bin\ldc2.exe for x86_64.
Building sokol-d:clear 0.1.0: building configuration [application]
Pre-build Running commands
Error: unrecognized file extension dll
Error: unrecognized file extension dll
Error: unrecognized file extension dll
Error: unrecognized file extension dll I need help, about Windows linking using (re)dub. Because zig provides own linker in all targets, but dub (pkg-manager) not. EditThe bug isn't in the dub, maybe in the zig. I need on windows to check and fix this. |
Yes and no! |
Note: Needed to switch - - uses: goto-bus-stop/setup-zig@v2
+ - uses: korandoru/setup-zig@v1
+ with:
+ zig-version: master |
Latest commit, get another errors using implib ( https://github.com/kassane/sokol-d/actions/runs/7688266248/job/20949282160#step:6:1 ldc/ldmd2, Windows support is 😖🔫!! Edit Maybe, I need to port all libsokol dependencies listed in |
closes #2
Reference