Skip to content

Commit

Permalink
Merge pull request #6 from jandryuk/s9-link-symbolic
Browse files Browse the repository at this point in the history
S9: OXT-1628: pyicbinn: Link with -Bsymbolic
  • Loading branch information
jean-edouard authored Jul 19, 2019
2 parents 96301b3 + 6330df8 commit 00e4535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyicbinn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def check_output(a):
sources=['pyicbinn_wrap.c'],
library_dirs=libicbinn_lib_dirs,
libraries=libicbinn_libs,
extra_link_args=["-Wl,-Bsymbolic"],
include_dirs=libicbinn_include_dirs + [ '.' ])]

setup(name = 'pyicbinn', version = '0.1',
Expand Down

0 comments on commit 00e4535

Please sign in to comment.