Cannot import CoreLibs

,

When I build a my lua project on Windows, pdc complains that it can't find CoreLibs. Possibly a path/working directory/environment variables issue?

import 'CoreLibs/graphics.lua'
error: .\main.lua:6: No such file: CoreLibs/graphics.lua

The same goes for building example projects:

C:\Users\timot_000\Documents\PlaydateSDK\Examples\2020\Source>C:/Users/timot_000/Documents/PlaydateSDK/bin/pdc "." "../2020.pdx"
error: .\main.lua:3: No such file: CoreLibs/sprites

I needed to set the environment variable PLAYDATE_SDK_PATH to C:\Users[it's me, it's my username]\Documents\PlaydateSDK\