Closed midouest closed 1 year ago
This is a bug because pdc
does not require a pdxinfo
file to compile a project. This can be verified by opening the Examples/Asheteroids project in the Playdate SDK and compiling it with pdc Source/
. pdc
will create a Source.pdx
bundle next to the Source/
directory.
No longer reproducible
Reproduction
pdc
task in the root of the projectsourcePath
andoutputPath
in the project settingspdc
taskExpected
The source folder is compiled without a pdxinfo
Actual
The
pdc
task fails to compile the folder with the following error: