Skip to content

Commit

Permalink
Fix reference to versioned libcomps.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Conan-Kudo committed Dec 3, 2019
1 parent b16d6b1 commit 1fde504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcomps/src/python/docs/doc-sources/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import sys, os
# documentation root, use os.path.abspath to make it absolute, like shown here.

import ctypes
clibcomps = ctypes.cdll.LoadLibrary("@LIBCOMPS_OUT@/libcomps.so.@VERSION@")
clibcomps = ctypes.cdll.LoadLibrary("@LIBCOMPS_OUT@/libcomps.so.@libcomps_VERSION_MAJOR@")
os.environ['LD_LIBRARY_PATH'] = "%s" % "@LIBCOMPS_OUT@"
print os.environ['LD_LIBRARY_PATH']

Expand Down

0 comments on commit 1fde504

Please sign in to comment.