You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use --rpath option on the build. I've been using it for some time, but I just learned about writing $ORIGIN/... for rpath. Unfortunately, trying to type
scons --rpath='$ORIGIN/...' doesn't work, something seems to be trying to expand the $ORIGIN (resulting in apparently a null string - no error).
I need to use --rpath option on the build. I've been using it for some time, but I just learned about writing $ORIGIN/... for rpath. Unfortunately, trying to type
scons --rpath='$ORIGIN/...' doesn't work, something seems to be trying to expand the $ORIGIN (resulting in apparently a null string - no error).
Any hint?