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

Added quotes around linked libs for ld, removed extra whitespace. #90

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

apaz-cli
Copy link
Contributor

Fix test build error on windows

@staticfloat staticfloat merged commit e207140 into JuliaLinearAlgebra:main Sep 27, 2022
ldflags = String[
# Teach it to find that libblas and its dependencies at build time
("-L$(pathesc(libdir))" for libdir in libdirs)...,
("\"-L$(pathesc(libdir))\"" for libdir in libdirs)...,
Copy link

@vtjnash vtjnash Sep 30, 2022

Choose a reason for hiding this comment

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

Suggested change
("\"-L$(pathesc(libdir))\"" for libdir in libdirs)...,
("-L$(Base.shell_escape_posixly(libdir))" for libdir in libdirs)...,

?

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.

3 participants