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
f2eed261
Commit
f2eed261
authored
Mar 09, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix python build.
parent
ccc61842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
prepare.py
prepare.py
+5
-1
No files found.
prepare.py
View file @
f2eed261
...
...
@@ -97,7 +97,11 @@ class PythonTarget(prepare.Target):
self
.
config_file
=
'configs/config-python.cmake'
self
.
output
=
'OUTPUT/'
+
self
.
name
self
.
external_source_path
=
os
.
path
.
join
(
current_path
,
'submodules'
)
self
.
additional_args
+=
[
"-DLINPHONE_BUILDER_PYTHON_VERSION={}.{}"
.
format
(
sys
.
version_info
.
major
,
sys
.
version_info
.
minor
)]
external_builders_path
=
os
.
path
.
join
(
current_path
,
'cmake_builder'
)
self
.
additional_args
+=
[
"-DLINPHONE_BUILDER_EXTERNAL_BUILDERS_PATH="
+
external_builders_path
,
"-DLINPHONE_BUILDER_PYTHON_VERSION={}.{}"
.
format
(
sys
.
version_info
.
major
,
sys
.
version_info
.
minor
)
]
class
PythonRaspberryTarget
(
prepare
.
Target
):
...
...
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