Skip to content
Snippets Groups Projects
Commit 1114debb authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'staging' into 'master'

Closes #34

Closes bob.conda#13 and #34

See merge request !30
parents 849a7bc6 ff982853
No related branches found
No related tags found
1 merge request!30Closes #34
Pipeline #
......@@ -407,6 +407,11 @@ class Extension(DistutilsExtension):
parameters['libraries'] += libs
self.pkg_libraries += libs
# if used libraries require extra compilation flags, add them to the mix
parameters['extra_compile_args'].extend(
pkg.cflags_other().get('extra_compile_args', [])
)
parameters['extra_link_args'] += pkg.other_libraries()
# add the -isystem to all system include dirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment