1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 14:51:51 +00:00

Pyfastostream

This commit is contained in:
atopilski 2021-01-25 02:00:58 -05:00
parent 02844629ac
commit 1583b027c4

View file

@ -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: