Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with the OBJDIR value not being escaped #754

Merged
merged 1 commit into from
Apr 24, 2017

Conversation

samsinsane
Copy link
Member

Resolves #705

@@ -232,7 +232,7 @@
---------------------------------------------------------------------------

function make.objdir(cfg)
_x(' OBJDIR = %s', project.getrelative(cfg.project, cfg.objdir))
_x(' OBJDIR = %s', premake.esc(project.getrelative(cfg.project, cfg.objdir)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use p.esc, but that's nitpicking....

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file seems to mix and match premake. and p., I was basing my usage off something else, which turns out is in another file entirely, woops! I might create a PR tomorrow that replaces all (within reason) occurrences of premake. with p., for consistency.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me ;)

@tvandijck tvandijck merged commit 477f426 into premake:master Apr 24, 2017
@samsinsane samsinsane deleted the ssurtees/gmakeFix branch April 25, 2017 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants