Skip to content

Fix remote project directories for Linux projects#2746

Merged
redorav merged 5 commits into
premake:masterfrom
redorav:master
Jul 26, 2026
Merged

Fix remote project directories for Linux projects#2746
redorav merged 5 commits into
premake:masterfrom
redorav:master

Conversation

@redorav

@redorav redorav commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

Tracks remote directory with the same path as the local directory so projects find the right executable. Older versions of Premake did not modify the output directory so it matched the remote directory, whereas right now debugging isn't possible as the executable doesn't launch.

How does this PR change Premake's behavior?

Fixes launch behavior

Anything else we should know?

I don't know which CL broke it but that was the correct thing to do, and this one builds upon it.

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

Comment thread modules/vstudio/vs2010_vcxproj.lua Outdated
Comment thread modules/vstudio/vs2010_vcxproj.lua Outdated
@redorav
redorav merged commit e0181d2 into premake:master Jul 26, 2026
83 checks passed
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.

3 participants