loboris / MicroPython_K210_LoBo

MicroPython implementation for Kendryte K210
128 stars 24 forks source link

Fix filesize calculation on MacOS. #26

Open faisyl opened 3 years ago

faisyl commented 3 years ago

The code for building on MacOS fails. The filesize calculation assumes the first field of stat -s is st_size. This the case on MacOS Catilina and I suspect the order is undefined. Therefore parse the output to find and use st_size.