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 Linux RPATH issue with python #250

Merged

Conversation

spham-amzn
Copy link
Contributor

Fix bad RPATH set for python caused by trying to use a string to print and evaluate at the same time.
Root Cause:
Setting the command line string to configure causes an expansion of \$$ORIGIN too early, and ends up evaluating to `` since there is no $ORIGIN set.

…t and evaluate at the same time

Signed-off-by: Steve Pham <[email protected]>
@spham-amzn spham-amzn requested review from amzn-changml and a team March 11, 2024 02:56
@spham-amzn spham-amzn changed the title Fix Linus RPATH issue with python Fix Linux RPATH issue with python Mar 11, 2024
@spham-amzn spham-amzn merged commit 8397920 into o3de:main Mar 13, 2024
8 checks passed
@spham-amzn spham-amzn deleted the spham_amzn/python_3_10_13_linux_fix branch September 30, 2024 15:22
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