mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix previous commit.
This commit is contained in:
parent
1c41a13a7c
commit
c98303a193
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ class PythonRaspberryTarget(prepare.Target):
|
|||
|
||||
def __init__(self):
|
||||
prepare.Target.__init__(self, '')
|
||||
current_path = os.path.dirname(os.path.realpath(__file__))
|
||||
self.required_build_platforms = ['Linux']
|
||||
self.config_file = 'configs/config-python-raspberry.cmake'
|
||||
self.toolchain_file = 'toolchains/toolchain-raspberry.cmake'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue