nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
84 stars 18 forks source link

Move "ply" folder inside "compiler" folder #418

Closed mkruselj closed 7 months ago

mkruselj commented 7 months ago

Compiling from CLI did not work on some systems that didn't have ply installed as a Python library. In order to make that work on every system, we need to move the ply folder inside compiler folder so that compiler sees it.