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

Update build_utils.py

This commit is contained in:
Alexandr Topilski 2020-09-05 15:52:42 +03:00 committed by GitHub
parent c7020ef670
commit 658b2cef35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,9 +211,9 @@ class BuildRequest(object):
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 = []
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):
cmake_flags = []