aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
905 stars 210 forks source link

Mistaken skeleton solution path in dev branch #217

Closed tul1 closed 8 years ago

tul1 commented 9 years ago

At least solution_gmake_gcc.sh and solution_gmake_clang.sh in the dev branch in the skeleton file have wrong path to premake5.lua. Should be ${MINKO_HOME}/script/ instead of ${MINKO_HOME}/tool/lin/script/ .

Ithamar commented 9 years ago

yes, I noticed this too, and it is not just skeleton that's broken, although it is the most obvious (and painful, as it is supposed to be the template you start new projects from). @tul1 , if you don't get around to it, I might post a pull to fix this...