Merge pull request #733 from LORgames/ssurtees/locationFix

Generated project files are now correctly located beside script
This commit is contained in:
Tom van Dijck 2017-04-06 09:30:32 -07:00 committed by GitHub
commit 5afa9c4452

View File

@ -235,7 +235,7 @@
-- location. Any path tokens which are expanded in non-path fields
-- are made relative to this, ensuring a portable generated project.
self.location = self.location or wks.location or self.basedir
self.location = self.location or self.basedir
context.basedir(self, self.location)
-- This bit could use some work: create a canonical set of configurations