aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Using-with-Visual-Studio.md
diff options
context:
space:
mode:
authorgsobala <gsobala@gmail.com>2018-10-13 15:00:06 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-10-13 07:00:06 -0700
commit0ea626b89d66089705177f68b3f15d2750dbe0bc (patch)
treeb774889db2aa2174682aa69caf706188e7eae425 /docs/markdown/Using-with-Visual-Studio.md
parentb9e405c634bc7c00b604cc08934512a134337317 (diff)
downloadmeson-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/Using-with-Visual-Studio.md')
0 files changed, 0 insertions, 0 deletions