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 another relative path issue with static library #9

Merged
merged 2 commits into from
Mar 30, 2016

Conversation

scchan
Copy link
Collaborator

@scchan scchan commented Mar 30, 2016

No description provided.

@@ -231,7 +231,7 @@ do
else
# this is .a static library file specified at the commad line
if [ -f $ARG ]; then
DETECTED_STATIC_LIBRARY=$ARG
DETECTED_STATIC_LIBRARY=$(readlink -f $ARG)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scchan I've also fixed the same spot in a commit just now. :) I'd like to retain the unit test though. Could you alter this pull request so it only contains the test? Thanks.

@whchung whchung merged commit 47f61f0 into ROCm:master Mar 30, 2016
@whchung
Copy link
Collaborator

whchung commented Mar 30, 2016

I've resolved the conflict and merged this pull request.

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