diff options
author | gsobala <gsobala@gmail.com> | 2018-10-13 15:00:06 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-10-13 07:00:06 -0700 |
commit | 0ea626b89d66089705177f68b3f15d2750dbe0bc (patch) | |
tree | b774889db2aa2174682aa69caf706188e7eae425 /docs/markdown | |
parent | b9e405c634bc7c00b604cc08934512a134337317 (diff) | |
download | meson-0ea626b89d66089705177f68b3f15d2750dbe0bc.zip meson-0ea626b89d66089705177f68b3f15d2750dbe0bc.tar.gz meson-0ea626b89d66089705177f68b3f15d2750dbe0bc.tar.bz2 |
Added .so to list possible darwin dynamic library suffixes (#4364)
Occasionally Darwin libraries can be .so rather than .dylib e.g. tensorflow_cc.so
tensorflow_cc is a c++ API for Tensorflow (https://github.com/FloopCZ/tensorflow_cc)
which was primarily written for Linux but is also compilable on Darwin. Possibly
through laziness, possibly just to have consistent filenames, the developers did not
opt to change the suffix from the Linux default when this is compiled on Darwin.
Also, the Darwin linker will find libraries with a .so suffix if they are
in its path. find_library() needs to match the linker behaviour.
Diffstat (limited to 'docs/markdown')
0 files changed, 0 insertions, 0 deletions