kodiPlugins: fix path for shared object links
Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
This commit is contained in:
parent
779aea8868
commit
84bfe7ed78
@ -77,7 +77,7 @@ rec {
|
|||||||
# them. Symlinking .so, as setting LD_LIBRARY_PATH is of no use
|
# them. Symlinking .so, as setting LD_LIBRARY_PATH is of no use
|
||||||
installPhase = let n = namespace; in ''
|
installPhase = let n = namespace; in ''
|
||||||
make install
|
make install
|
||||||
ln -s $out/lib/addons/${n}/${n}.so.${version} $out/${pluginDir}/${n}.so
|
ln -s $out/lib/addons/${n}/${n}.so.${version} $out/${pluginDir}/${n}/${n}.so.${version}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user