Skip to content

use buildPath to make a portable path#41

Open
John-Colvin wants to merge 1 commit intoCyberShadow:masterfrom
John-Colvin:proper_path
Open

use buildPath to make a portable path#41
John-Colvin wants to merge 1 commit intoCyberShadow:masterfrom
John-Colvin:proper_path

Conversation

@John-Colvin
Copy link

No description provided.

Copy link
Owner

@CyberShadow CyberShadow left a comment

Choose a reason for hiding this comment

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

Does this address any problem in practice or is this a purely cosmetic change?


@property override string[] requiredExecutables() { return ["dmd"]; }
@property override string[] binPaths() { return ["dmd2/" ~ platformDir ~ "/bin" ~ modelString]; }
@property override string[] binPaths() { return [buildPath("dmd2", platformDir, "bin", modelString)]; }
Copy link
Owner

Choose a reason for hiding this comment

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

"bin", modelString should be "bin" ~ modelString.

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