mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #175] [CLOSED] UMK auto Upphub download doesn't work when there are more than one UppHub package #205
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/175
Author: @klugier
Created: 11/27/2023
Status: ❌ Closed
Base:
master← Head:klugier/umk-multiple-upphub-packages-fix📝 Commits (1)
8366998Update UppHub.cpp📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
uppsrc/umk/UppHub.cpp(+1 -1)📄 Description
I have a problem with compiling following project with UMK -h option:
Please keep in mind that there are two packages from UppHub "Terminal" and "PtyProcess". When I declare only one of them UMK works when expected, when there are two of them then there is a problem.
I found a solution in line umk/UppHub.cpp line 184. You just need to chagne && to || and then everything works as expected. Please verify since I am not very sure about this change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.