mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
doc: upd build instructions
Signed-off-by: Alexander Bezzubov <alexander.bezzubov@jetbrains.com>
This commit is contained in:
@ -12,7 +12,7 @@ logger = getLogger(__name__)
|
||||
def build_go_archive():
|
||||
logger.info("Building C archive with static library")
|
||||
if shutil.which("go") is None:
|
||||
raise EnvironmentError("You should have go installed and available on your path in order to build this module")
|
||||
raise EnvironmentError("You should have Go installed and available on your path in order to build this module")
|
||||
subprocess.check_output(["make", "static"], cwd="../")
|
||||
logger.info("C archive successfully built")
|
||||
|
||||
|
Reference in New Issue
Block a user