mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Correctly set rpath for linphone desktop on raspberry.
This commit is contained in:
parent
1394dfdce1
commit
fe46fb69df
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue