Commit fe46fb69 authored by Ghislain MARY's avatar Ghislain MARY

Correctly set rpath for linphone desktop on raspberry.

parent 1394dfdc
......@@ -59,6 +59,8 @@ class DesktopRaspberryTarget(prepare.Target):
self.toolchain_file = 'toolchains/toolchain-raspberry.cmake'
self.output = 'OUTPUT/' + self.name
self.external_source_path = os.path.join(current_path, 'submodules')
self.additional_args += ['-DCMAKE_INSTALL_RPATH=$ORIGIN/../lib']
self.additional_args += ['-DENABLE_RELATIVE_PREFIX=YES']
class PythonTarget(prepare.Target):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment