-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error swift package pdc
on Windows
#68
Comments
There are more issues than this on Windows. It looks like the build process would only run on MacOS or Linux. Paths are hardcoded based on the *nix Playdate SDK. On Windows, the Playdate SDK uses CMake, whereas on MacOS/Linux it uses a bundled version of This is not insurmountable, but it goes deeper than the OP's issue. |
So this works on Linux? Cause that is fine I can use WSL. |
It may, if you have the linux Playdate SDK installed. |
It looks like the Linux version of swift also has the same problem that you encountered in the OP. |
Currently PlaydateKit only supports macOS. It should be fairly easy to get it working on Linux, probably just need to update PDCPlugin to switch out some paths and use Not entirely sure what's required for Windows support and I'm not planning on looking into this any time soon, but as you said you should be able to use WSL with Linux. |
swift package pdc
The text was updated successfully, but these errors were encountered: