Build.bat links to wrong url for fetching libtcod

Issue #266 resolved
fbalter created an issue

For version aea8b2c08574; Given the current public libtcod project, in Line 43 of build.bat, it reads:

set LINKS[1]=vcs hg libtcod default https://bitbucket.org/jice/libtcod https://bitbucket.org/jice/libtcod/get/REV.zip

When it should read:

set LINKS[1]=vcs hg libtcod default https://bitbucket.org/libtcod/libtcod https://bitbucket.org/libtcod/libtcod/get/REV.zip

Comments (3)

  1. fbalter reporter

    I was unsure if I should have tagged it major or trivial, given that if one don't notice it they won't be able to really get the project to work, but if they do notice the issue, it's so easy to edit so it goes to the correct site that even I am able to do it

  2. Log in to comment