You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
saithrift: make: Allow to specify SAI library install path (#270)
Add ability to specify SAI library path from command line like:
make SAI_LIBRARY_DIR=/path
or via SAI_PREFIX (if SAI headers and library are located in
the same $(SAI_PREFIX) path):
make SAI_PREFIX=/usr/local
It might be useful for building saiserver with different versions
of SAI library.
Signed-off-by: Vadim Kochan <vadymk@mellanox.com>
0 commit comments