mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix prepare.py
This commit is contained in:
parent
f44b9a9749
commit
87f3155ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class NoUITarget(prepare.Target):
|
|||
prepare.Target.__init__(self, 'no-ui')
|
||||
current_path = os.path.dirname(os.path.realpath(__file__))
|
||||
self.config_file = 'configs/config-desktop.cmake'
|
||||
self.output = 'OUTPUT/' + self.name
|
||||
self.output = 'OUTPUT/' + self.name
|
||||
self.external_source_path = os.path.join(current_path, 'submodules')
|
||||
self.packaging_args = [
|
||||
"-DCMAKE_INSTALL_RPATH=$ORIGIN/../lib",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue