mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 12:41:53 +00:00
Pyfastostream
This commit is contained in:
parent
02844629ac
commit
1583b027c4
1 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,9 @@ class BuildRequest(object):
|
|||
def update_pyfastogt(self):
|
||||
self._clone_and_build_via_python3(generate_fastogt_github_path('pyfastogt'))
|
||||
|
||||
def update_pyfastostream(self):
|
||||
self._clone_and_build_via_python3(generate_fastogt_github_path('pyfastostream'))
|
||||
|
||||
def build_common(self, with_qt=False):
|
||||
cmake_flags = []
|
||||
if with_qt:
|
||||
|
|
Loading…
Reference in a new issue