Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
645f470c
Commit
645f470c
authored
Jun 21, 2016
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve prepare.py.
parent
4f433fb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
prepare.py
prepare.py
+4
-5
cmake-builder
submodules/cmake-builder
+1
-1
No files found.
prepare.py
View file @
645f470c
...
...
@@ -118,8 +118,8 @@ class DesktopPreparator(prepare.Preparator):
self
.
additional_args
+=
[
"-DCMAKE_SKIP_INSTALL_RPATH=YES"
]
self
.
additional_args
+=
[
"-DENABLE_RELATIVE_PREFIX=YES"
]
def
check_
tools
(
self
):
ret
=
prepare
.
Preparator
.
check_
tools
(
self
)
def
check_
environment
(
self
):
ret
=
prepare
.
Preparator
.
check_
environment
(
self
)
if
platform
.
system
()
==
'Windows'
:
ret
|=
not
self
.
check_is_installed
(
'mingw-get'
,
'MinGW (https://sourceforge.net/projects/mingw/files/Installer/)'
)
if
"python"
in
self
.
args
.
target
or
"python-raspberry"
in
self
.
args
.
target
:
...
...
@@ -198,9 +198,8 @@ help: help-prepare-options
def
main
():
preparator
=
DesktopPreparator
()
preparator
.
parse_args
()
if
preparator
.
check_tools
()
!=
0
:
preparator
.
show_missing_dependencies
()
preparator
.
show_missing_python_dependencies
()
if
preparator
.
check_environment
()
!=
0
:
preparator
.
show_environment_errors
()
return
1
return
preparator
.
run
()
...
...
cmake-builder
@
a4fbcbee
Subproject commit
3a87033a1366b7c62470c675137d5e0d6c16cbe6
Subproject commit
a4fbcbee40e7c9b9ef3ec3f7b0e95e3440906d89
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment