Hi,
I'm compelled to switch to Linux as my mac is so old it can't run the SDK anymore
All going smoothly, compiling all my c code goes well, but then running pdc fails. It can't import one of my lua files into main.lua. It's not a corelibs file, it's one of my own lua files, and it's not the first import in the file either. Anyone have ideas what's going on?
/home/alex/PlaydateSDK/bin/pdc -sdkpath /home/alex/PlaydateSDK /home/alex/PD_MinerDetail/Source /home/alex/PD_MinerDetail/MinerDetail.pdx
error: /home/alex/PD_MinerDetail/Source/main.lua:21: No such file: lua/ui/balance_popup
in ~/.profile, I export PLAYDATE_SDK_PATH=~/PlaydateSDK
.