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

Compiler dirs prefix #1353

Merged
merged 3 commits into from Sep 28, 2021
Merged

Compiler dirs prefix #1353

merged 3 commits into from Sep 28, 2021

Conversation

mstimberg
Copy link
Member

See discussion in #1333. The sys.prefix setting was prepended to the preferences for include_dirs/library_dirs/runtime_library_dirs in standalone mode, but appended in Cython (and runtime_library_dirs was completely ignored in Cython).

This is now uniform, the sys,prefix setting is simply the default for the respective preference, so the user can overwrite it completely if they prefer.

This means the user can overwrite them by setting the preference.
Previously, the dirs were always appended (for Cython) or prepended
(for C++ standalone).
@mstimberg
Copy link
Member Author

@denisalevi This should work for you, right?

@denisalevi
Copy link
Member

Yes, works for me! Clean solution :)

@mstimberg mstimberg merged commit e1107ed into master Sep 28, 2021
@mstimberg mstimberg deleted the compiler_dirs_prefix branch September 28, 2021 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.

None yet

2 participants