Skip to content

fix(install): remove self-referencing shared lib path - #24

Merged
sshanks-kx merged 1 commit into
KxSystems:masterfrom
belowzeroff:fix/f006-self-referencing-var
Jul 29, 2026
Merged

fix(install): remove self-referencing shared lib path#24
sshanks-kx merged 1 commit into
KxSystems:masterfrom
belowzeroff:fix/f006-self-referencing-var

Conversation

@belowzeroff

Copy link
Copy Markdown
Contributor

Fix Q_SHARED_LIB_DIR construction so it does not accidentally include an inherited Q_SHARED_LIB_DIR environment value. The destination path should be derived only from QHOME, host type, machine type, and path separator.

The assignment referenced ${Q_SHARED_LIB_DIR} on the right-hand side
before it was defined. It resolved to empty by accident, producing the
correct path, but the self-reference was confusing and fragile.

Fix: remove the self-reference from the assignment.
@sshanks-kx
sshanks-kx merged commit 0d33aff into KxSystems:master Jul 29, 2026
2 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.

2 participants