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

fix: Build: if LinuxCNC is relocated (via --prefix) TCLLIBPATH must be set #3141 #3150

Merged
merged 2 commits into from
Oct 12, 2024

Conversation

Eckeneckepen
Copy link

fix: Build: if LinuxCNC is relocated (via --prefix) TCLLIBPATH must be set #3141

Add to linuxcnc/scripts/linuxcnc.in

if [ -z "$TCLLIBPATH" ]; then
TCLLIBPATH=$LINUXCNC_HOME/lib/tcltk
else
TCLLIBPATH=$LINUXCNC_HOME/lib/tcltk:"$TCLLIBPATH"
fi
export TCLLIBPATH

@andypugh andypugh merged commit 93e0b80 into LinuxCNC:master Oct 12, 2024
6 of 9 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