mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 15:41:53 +00:00
Update build_utils.py
This commit is contained in:
parent
c7020ef670
commit
658b2cef35
1 changed files with 2 additions and 2 deletions
|
@ -211,9 +211,9 @@ class BuildRequest(object):
|
||||||
|
|
||||||
self._clone_and_build_via_cmake(generate_fastogt_github_path('common'), cmake_flags)
|
self._clone_and_build_via_cmake(generate_fastogt_github_path('common'), cmake_flags)
|
||||||
|
|
||||||
def build_fastotv_protocol(self):
|
def build_fastotv_cpp(self):
|
||||||
cmake_flags = []
|
cmake_flags = []
|
||||||
self._clone_and_build_via_cmake(generate_fastogt_github_path('fastotv_protocol'), cmake_flags)
|
self._clone_and_build_via_cmake(generate_fastogt_github_path('fastotv_cpp'), cmake_flags)
|
||||||
|
|
||||||
def build_fastoplayer(self):
|
def build_fastoplayer(self):
|
||||||
cmake_flags = []
|
cmake_flags = []
|
||||||
|
|
Loading…
Reference in a new issue