From f62ea7662753b459b0452e25d0ec4a6da39973e9 Mon Sep 17 00:00:00 2001 From: jady3356 Date: Fri, 19 Mar 2021 19:31:01 +0800 Subject: [PATCH] set python3 for external component compile --- build_ext_components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_ext_components.py b/build_ext_components.py index 5715b4a..2cf3608 100755 --- a/build_ext_components.py +++ b/build_ext_components.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (c) 2020 Huawei Device Co., Ltd. -- GitLab